summaryrefslogtreecommitdiffstats
path: root/pages/admin.php
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-01-23 22:38:30 -0800
committerPatrick Davison <snapwilliam@gmail.com>2013-01-23 22:38:30 -0800
commitda05d696e7469d67d6df76d28aad711ee0e828e7 (patch)
tree8ef4a080d965baa6524a94c6f38e2676ca235404 /pages/admin.php
parent7969dcfa62ac271ed6ef6d6b8d10bcf0659e25b5 (diff)
downloadpathery-da05d696e7469d67d6df76d28aad711ee0e828e7.tar.xz
Chat fixes
Diffstat (limited to 'pages/admin.php')
-rw-r--r--pages/admin.php1
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();