1
0
Fork 0
mirror of https://codeberg.org/spire/autoexec.git synced 2026-06-03 18:24:06 +02:00

Add support for bball

This commit is contained in:
Robin Appelman 2016-10-18 15:13:27 +02:00
commit de2bd6111c
2 changed files with 2 additions and 0 deletions

View file

@ -40,6 +40,8 @@ public OnPluginStart() {
mapPrefixMap.SetString("ctf_", "ctf");
configOverwriteMap.SetString("ultiduo_", "etf2l_ultiduo");
configOverwriteMap.SetString("bball_", "etf2l_bball");
configOverwriteMap.SetString("ctf_bball", "etf2l_bball");
mapOverwriteMap.SetString("cp_steel", "stopwatch");
mapOverwriteMap.SetString("cp_gravelpit", "stopwatch");