diff options
Diffstat (limited to 'lib/MasterServer/Util')
| -rwxr-xr-x | lib/MasterServer/Util/KFStatsWatcher.pm | 4 |
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; |
