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