This commit is contained in:
gnieark 2016-06-19 23:02:36 +02:00
parent dde20bed69
commit 1dbd290411

View File

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