Browse Source

working on showing players

master
poikilos 9 years ago
committed by Jacob Gustafson
parent
commit
7e3b659aaa
  1. 3
      web/chunkymap.php

3
web/chunkymap.php

@ -330,6 +330,9 @@ function echo_chunkymap_table() {
// echo_error("Bad coordinates $tuple_string for player.");
//}
}
else {
echo_error("Missing player location in data: ".implode(" ",$player_dict))
}
//$player_count++;
}

Loading…
Cancel
Save