Do the same thing again

This commit is contained in:
illegitimate-egg 2025-03-03 00:34:08 +00:00
parent c741f0e494
commit bd70b1f55b

View File

@ -74,7 +74,6 @@ fn init(players, world) {
return event;
});
// NOTE: Currently this doesn't work, as player_leave isn't implemented
ctx.add_event_listener("player_leave", |event| {
playerData[event.player.to_string()].command_step = 0;
});