diff --git a/src/dehacked.c b/src/dehacked.c index 600db7dbf..88a633976 100644 --- a/src/dehacked.c +++ b/src/dehacked.c @@ -10845,7 +10845,6 @@ static inline int lib_getenum(lua_State *L) } else if (fastcmp(p, "USEDOWN")) // Remove case when 2.3 nears release... { - LUA_Deprecated(L, "PF_USEDOWN", "PF_SPINDOWN"); lua_pushinteger(L, (lua_Integer)PF_SPINDOWN); return 1; } @@ -11117,7 +11116,6 @@ static inline int lib_getenum(lua_State *L) if (fastcmp(word, "BT_USE")) // Remove case when 2.3 nears release... { - LUA_Deprecated(L, "BT_USE", "BT_SPIN"); lua_pushinteger(L, (lua_Integer)BT_SPIN); return 1; }