Skip to content

Commit d69ed6b

Browse files
removing base clientcharselectstate onnetworkspawn
1 parent 5a87159 commit d69ed6b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Assets/BossRoom/Scripts/Client/Game/State/ClientCharSelectState.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ public override void OnNetworkDespawn()
145145

146146
public override void OnNetworkSpawn()
147147
{
148-
base.OnNetworkSpawn();
149148
if (!IsClient)
150149
{
151150
enabled = false;

0 commit comments

Comments
 (0)