From 96454f874c6c294b4eba680437e315ebd3177089 Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Wed, 24 Feb 2016 14:08:48 -0500 Subject: [PATCH] fix php syntax --- web/chunkymap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/chunkymap.php b/web/chunkymap.php index 272f183..763f4d6 100644 --- a/web/chunkymap.php +++ b/web/chunkymap.php @@ -331,7 +331,7 @@ function echo_chunkymap_table() { //} } else { - echo_error("Missing player location in data: ".implode(" ",$player_dict)) + echo_error("Missing player location in data: ".implode(" ",$player_dict)); } //$player_count++;