Skip to content

Commit 75829e6

Browse files
committed
Clean
1 parent d2d30ec commit 75829e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

demo/Blackholio/client-godot/Instantiator.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public Instantiator(DbConnection conn)
4646

4747
public override void _ExitTree()
4848
{
49-
GD.PrintErr("Instantiator Exit Tree");
49+
GD.Print("Instantiator Exit Tree");
5050
Conn = null;
5151
}
5252

@@ -139,4 +139,4 @@ private PlayerController SpawnPlayer(Player player)
139139

140140
return playerController;
141141
}
142-
}
142+
}

0 commit comments

Comments
 (0)