svg
This commit is contained in:
parent
ab084d515a
commit
2060492ab6
|
@ -104,11 +104,17 @@
|
|||
data.party.playerparty.tileid=data.party.playertile._id;
|
||||
Edge.Client.rpc("upsertPlayerParty",data.party.playerparty);
|
||||
data.party.playertile.position=position;
|
||||
data.party.playerstatus="moved";
|
||||
|
||||
sendMessage("MOVED "+data.party.playerstatus);
|
||||
// temporaire on passe au suivant
|
||||
//playernext();
|
||||
|
||||
break;
|
||||
|
||||
case "moved":
|
||||
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue