Add GhostWar Alias

This commit is contained in:
ShookEagle
2025-07-18 12:26:52 -05:00
parent 5ce074f0b1
commit 169f9883ae

View File

@@ -38,6 +38,7 @@ public static class SDTypeExtensions {
"speed" or "speeders" or "speedrunners" or "race" => SDType.SPEEDRUN,
"tp" => SDType.TELEPORT,
"he" or "grenade" or "grenades" => SDType.HE,
"ghost" or "ghosts" => SDType.GHOST,
_ => null
};
}