From 0e5b5fb7449a7cfbd2513fa850ce5721207b9afa Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Tue, 22 Mar 2016 23:08:34 -0400 Subject: [PATCH] show_expired_players_enable false default was true for debugging --- web/viewchunkymap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/viewchunkymap.php b/web/viewchunkymap.php index 5218c1e..067907d 100644 --- a/web/viewchunkymap.php +++ b/web/viewchunkymap.php @@ -17,7 +17,7 @@ error_reporting(E_ALL); //echo "php started..."; ///// SHOW EXPIRED PLAYERS: /////////// -$show_expired_players_enable = true; // +$show_expired_players_enable = false; // /////////////////////////////////////// //make sure you set this here, otherwise players can override it