aboutsummaryrefslogtreecommitdiff
path: root/lib/MasterServer/Util/KFStatsWatcher.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/MasterServer/Util/KFStatsWatcher.pm')
-rwxr-xr-xlib/MasterServer/Util/KFStatsWatcher.pm4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/MasterServer/Util/KFStatsWatcher.pm b/lib/MasterServer/Util/KFStatsWatcher.pm
index 916446e..6601aa3 100755
--- a/lib/MasterServer/Util/KFStatsWatcher.pm
+++ b/lib/MasterServer/Util/KFStatsWatcher.pm
@@ -1,4 +1,3 @@
-
package MasterServer::Util::KFStatsWatcher;
use strict;
@@ -49,11 +48,10 @@ sub read_kfstats {
}
}
- #notify
+ # notify
$self->log("kfstat", "Updated Killing Floor player stats.");
}
);
}
-
1;