- fixed: removed erroneous 'defaultrespawntime' macro double so that there's only one

This commit is contained in:
Rachael Alexanderson 2017-10-14 17:44:17 -04:00
parent 4fb355d8da
commit 07c3291262

View file

@ -386,7 +386,6 @@ void FMapInfoParser::ParseGameInfo()
GAMEINFOKEY_STRING(mSliderColor, "menuslidercolor")
GAMEINFOKEY_INT(definventorymaxamount, "definventorymaxamount")
GAMEINFOKEY_INT(defaultrespawntime, "defaultrespawntime")
GAMEINFOKEY_INT(defaultrespawntime, "defaultrespawntime")
GAMEINFOKEY_INT(defaultdropstyle, "defaultdropstyle")
GAMEINFOKEY_STRING(Endoom, "endoom")
GAMEINFOKEY_STRINGARRAY(quitmessages, "addquitmessages", 0, false)