Replace noSpawn: true with categories: [ HideSpawnMenu ] (#30100)
* NOW THAT'S A LOT OF FILES * categorization --------- Co-authored-by: plykiya <plykiya@protonmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#nullable enable
|
||||
#nullable enable
|
||||
using Content.Server.GameTicking;
|
||||
using Content.Server.GameTicking.Presets;
|
||||
using Content.Shared.CCVar;
|
||||
@@ -36,7 +36,7 @@ public sealed class FailAndStartPresetTest
|
||||
- type: entity
|
||||
id: TestRule
|
||||
parent: BaseGameRule
|
||||
noSpawn: true
|
||||
categories: [ GameRules ]
|
||||
components:
|
||||
- type: GameRule
|
||||
minPlayers: 0
|
||||
@@ -45,7 +45,7 @@ public sealed class FailAndStartPresetTest
|
||||
- type: entity
|
||||
id: TestRuleTenPlayers
|
||||
parent: BaseGameRule
|
||||
noSpawn: true
|
||||
categories: [ GameRules ]
|
||||
components:
|
||||
- type: GameRule
|
||||
minPlayers: 10
|
||||
|
||||
Reference in New Issue
Block a user