| 51 | //============================================================================// |
| 52 | |
| 53 | static inline bool ValidScript(lua_State* L) { |
| 54 | return ((L2H(L) == luaBzOrg) || |
| 55 | (L2H(L) == luaRules) || |
| 56 | LuaHandle::GetDevMode()); |
| 57 | } |
| 58 | |
| 59 | |
| 60 | //============================================================================// |