diff --git a/src/CommandHandlers/JoinLimboHandler.cs b/src/CommandHandlers/JoinLimboHandler.cs index ae47529..ca4554f 100644 --- a/src/CommandHandlers/JoinLimboHandler.cs +++ b/src/CommandHandlers/JoinLimboHandler.cs @@ -9,7 +9,6 @@ namespace sodoffmmo.CommandHandlers { public override Task Handle(Client client, NetworkObject receivedObject) { - // set client room to limbo client.SetRoom(Room.GetOrAdd("LIMBO")); return Task.CompletedTask;