This commit is contained in:
illegitimate-egg 2025-03-03 01:32:01 +00:00
parent 240c36df23
commit 6a06e0bb13

View File

@ -74,7 +74,7 @@ fn init(players, world) {
});
ctx.add_event_listener("player_leave", |event| {
if player_data != () {
if playerData[event.player.to_string()] != () {
playerData[event.player.to_string()].command_step = 0;
}
});