aboutsummaryrefslogtreecommitdiff
path: root/lib/MasterServer/Util
diff options
context:
space:
mode:
authorDarkelarious <darkelarious@333networks.com>2017-05-13 14:18:28 +0200
committerDarkelarious <darkelarious@333networks.com>2017-05-13 14:20:49 +0200
commit34a2c7390ea9662d33258d384e72fff1912343ff (patch)
treed96ea33c0107e4906a152aa1de4b5c75b81ba0a8 /lib/MasterServer/Util
parent84af66aba26d2088d5d95c240d176f3edaf17b58 (diff)
downloadMasterServer-Perl-2.3.0.tar.gz
MasterServer-Perl-2.3.0.zip
revised synchronization methods, config settings and bug fixesv2.3.0
Diffstat (limited to 'lib/MasterServer/Util')
-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;