Remove unused ExpeditionMemberStatus Lua constants

This commit is contained in:
hg
2020-05-23 18:19:16 -04:00
parent 2f1c3b8037
commit 5552770587
3 changed files with 1 additions and 15 deletions
+1 -2
View File
@@ -1110,8 +1110,7 @@ void LuaParser::MapFunctions(lua_State *L) {
lua_register_ruleb(),
lua_register_journal_speakmode(),
lua_register_journal_mode(),
lua_register_expedition(),
lua_register_expedition_member_status()
lua_register_expedition()
];
} catch(std::exception &ex) {