Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Commit

Permalink
Remove log spam
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxar-tc committed Oct 27, 2016
1 parent b871ad1 commit 7a32881
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions EssentialsPlugin/AssemblyFileVersion.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
//365
//366
//
// This code was generated by a tool. Any changes made manually will be lost
// the next time this code is regenerated.
//

using System.Reflection;

[assembly: AssemblyFileVersion("1.13.7.365")]
[assembly: AssemblyVersion("1.13.7.365")]
[assembly: AssemblyFileVersion("1.13.7.366")]
[assembly: AssemblyVersion("1.13.7.366")]
2 changes: 1 addition & 1 deletion EssentialsPlugin/Essentials.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1472,7 +1472,7 @@ public void Update( )
var entity = m_entitiesForUpdate10[i];
if (!( entity is MyShipDrill ))
continue;
Log.Debug( "Update " + entity.DisplayName );
//Log.Debug( "Update " + entity.DisplayName );
int val = (int)_countdownField.GetValue( entity );
val -= PluginSettings.Instance.DrillSpeed / 10;
_countdownField.SetValue( entity, val );
Expand Down

0 comments on commit 7a32881

Please sign in to comment.