Adds extended gamemode preset

This commit is contained in:
Vera Aguilera Puerto
2021-02-12 03:02:20 +01:00
parent d001d0b1e8
commit eaad5cb16d
2 changed files with 18 additions and 0 deletions

View File

@@ -487,6 +487,7 @@ namespace Content.Server.GameTicking
"traitor" => typeof(PresetTraitor),
"traitordm" => typeof(PresetTraitorDeathMatch),
"traitordeathmatch" => typeof(PresetTraitorDeathMatch),
"extended" => typeof(PresetExtended),
_ => default
};