added Slaughterhouse to GetMapName

untested but should work
This commit is contained in:
2023-03-04 09:40:47 +01:00
parent 5a8f937203
commit dc5ddcc2a3

View File

@@ -19,6 +19,8 @@
return "Inn"; return "Inn";
case "Town": case "Town":
return "Town"; return "Town";
case "Slaughterhouse":
return "Slaughterhouse";
default: default:
return "Menu"; return "Menu";
} }