@@ -77,7 +77,7 @@ namespace Content.Client.GameObjects.EntitySystems
|
||||
return true;
|
||||
}
|
||||
|
||||
if (!(_stateManager.CurrentState is GameScreen gameScreen))
|
||||
if (!(_stateManager.CurrentState is GameScreenBase gameScreen))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user