added Slaughterhouse to GetMapName
untested but should work
This commit is contained in:
@@ -19,6 +19,8 @@
|
||||
return "Inn";
|
||||
case "Town":
|
||||
return "Town";
|
||||
case "Slaughterhouse":
|
||||
return "Slaughterhouse";
|
||||
default:
|
||||
return "Menu";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user