This commit is contained in:
afornerot 2024-02-24 15:12:54 +01:00
parent ab084d515a
commit 2060492ab6
1 changed files with 6 additions and 0 deletions

View File

@ -104,11 +104,17 @@
data.party.playerparty.tileid=data.party.playertile._id; data.party.playerparty.tileid=data.party.playertile._id;
Edge.Client.rpc("upsertPlayerParty",data.party.playerparty); Edge.Client.rpc("upsertPlayerParty",data.party.playerparty);
data.party.playertile.position=position; data.party.playertile.position=position;
data.party.playerstatus="moved";
sendMessage("MOVED "+data.party.playerstatus);
// temporaire on passe au suivant // temporaire on passe au suivant
//playernext(); //playernext();
break; break;
case "moved":
break;
} }
} }
} }