Removed unused NetworkServer.ClearSpawners

This commit is contained in:
vis2k 2018-12-17 13:10:56 +01:00
parent ba5faa37d4
commit 5f3f057f1b

View File

@ -504,11 +504,6 @@ public static void ClearHandlers()
handlers.Clear();
}
public static void ClearSpawners()
{
NetworkScene.ClearSpawners();
}
// send this message to the player only
public static void SendToClientOfPlayer(GameObject player, short msgType, MessageBase msg)
{