This commit is contained in:
gnieark 2016-06-19 23:26:12 +02:00
parent 1dbd290411
commit d77e0e1577

View File

@ -212,7 +212,7 @@ switch($message['action']){
case "fight": case "fight":
//for debog arena //for debog arena
echo '{"play":"'.rand(0,$_POST['width'] -1).",".rand(0,$_POST['height'] -1).'"}'; echo '{"play":"'.rand(0,$_POST['width'] -1)."-".rand(0,$_POST['height'] -1).'"}';
die; die;