Merge showsubfloorforever into showsubfloor (#33682)

This commit is contained in:
SpaceManiac
2025-03-10 17:01:11 -07:00
committed by GitHub
parent 3b31b72ed0
commit 38615b72e5
5 changed files with 9 additions and 30 deletions

View File

@@ -24,7 +24,7 @@ internal sealed class MappingClientSideSetupCommand : LocalizedCommands
{
_entitySystemManager.GetEntitySystem<MarkerSystem>().MarkersVisible = true;
_lightManager.Enabled = false;
shell.ExecuteCommand("showsubfloorforever");
shell.ExecuteCommand("showsubfloor");
_entitySystemManager.GetEntitySystem<ActionsSystem>().LoadActionAssignments("/mapping_actions.yml", false);
}
}