Cleanup
This commit is contained in:
@ -2,5 +2,5 @@ extends PacketHandler
|
||||
|
||||
func handle_packet(data: PackedByteArray):
|
||||
var player_id := data.get_string_from_ascii()
|
||||
%Client.log("Remove player: %s" % player_id)
|
||||
Log.info("Remove player: %s" % player_id)
|
||||
Global.players.remove(player_id)
|
Reference in New Issue
Block a user