diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-01-23 22:38:30 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-01-23 22:38:30 -0800 |
commit | da05d696e7469d67d6df76d28aad711ee0e828e7 (patch) | |
tree | 8ef4a080d965baa6524a94c6f38e2676ca235404 /pages/admin.php | |
parent | 7969dcfa62ac271ed6ef6d6b8d10bcf0659e25b5 (diff) | |
download | pathery-da05d696e7469d67d6df76d28aad711ee0e828e7.tar.xz |
Chat fixes
Diffstat (limited to 'pages/admin.php')
-rw-r--r-- | pages/admin.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/admin.php b/pages/admin.php index 0f54285..dddacaa 100644 --- a/pages/admin.php +++ b/pages/admin.php @@ -29,6 +29,7 @@ if ($_GET['applyall'] == 'true') { }
else if ($_GET['recalcStats'] == 'true') {
echo "Recalculating all player stats...";
+ flush(); //This sends the above echo
recalculateStatsForAllPlayers();
|