mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-21 09:39:56 +00:00
remove error that can't happen
This commit is contained in:
parent
3e8dee7c59
commit
dd6b9f19e3
@ -62,12 +62,6 @@ namespace QSB.Player
|
||||
|
||||
public static void AddPlayer(uint id)
|
||||
{
|
||||
if (!QSBCore.IsInMultiplayer)
|
||||
{
|
||||
DebugLog.ToConsole($"Error - Tried to create player id:{id} when not in multiplayer!", MessageType.Error);
|
||||
return;
|
||||
}
|
||||
|
||||
DebugLog.DebugWrite($"Create Player : id<{id}>", MessageType.Info);
|
||||
var player = new PlayerInfo(id);
|
||||
PlayerList.Add(player);
|
||||
|
Loading…
x
Reference in New Issue
Block a user