.
This commit is contained in:
parent
1dbd290411
commit
d77e0e1577
|
@ -212,7 +212,7 @@ switch($message['action']){
|
|||
case "fight":
|
||||
//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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user