aboutsummaryrefslogtreecommitdiff
path: root/lib/MasterServer/Core/Stats.pm
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/Core/Stats.pm
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/Core/Stats.pm')
-rwxr-xr-xlib/MasterServer/Core/Stats.pm4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/MasterServer/Core/Stats.pm b/lib/MasterServer/Core/Stats.pm
index 25044e8..8e9eb95 100755
--- a/lib/MasterServer/Core/Stats.pm
+++ b/lib/MasterServer/Core/Stats.pm
@@ -1,4 +1,3 @@
-
package MasterServer::Core::Stats;
use strict;
@@ -31,9 +30,8 @@ sub update_stats {
$self->write_stat(%opt);
}
- #done
+ # done
$self->log("stat", "Updated all game statistics.");
-
}
1;