feat: armorstand from decomp
This commit is contained in:
@@ -180,3 +180,7 @@ void GameMode::handleDebugOptions(unsigned int uiVal, shared_ptr<Player> player)
|
||||
{
|
||||
player->SetDebugOptions(uiVal);
|
||||
}
|
||||
bool GameMode::isSpectator()
|
||||
{
|
||||
return gameType == GameType::SPECTATOR;
|
||||
}
|
||||
Reference in New Issue
Block a user