diff options
author | Kahrl <kahrl@gmx.net> | 2015-08-25 07:00:56 +0200 |
---|---|---|
committer | est31 <MTest31@outlook.com> | 2015-08-27 01:56:06 +0200 |
commit | 8658c8d9b5f30dc952eed29a19d619de9210474c (patch) | |
tree | a9f6e6d48d0ac1b3a0d9a566e99a3d74dac63e22 /src/script/cpp_api/s_base.h | |
parent | 34b7a147dcf9831f3b4d81599c473ba01ff5da00 (diff) | |
download | dragonfireclient-8658c8d9b5f30dc952eed29a19d619de9210474c.tar.xz |
Use numeric indices and raw table access with LUA_REGISTRYINDEX
Diffstat (limited to 'src/script/cpp_api/s_base.h')
-rw-r--r-- | src/script/cpp_api/s_base.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/script/cpp_api/s_base.h b/src/script/cpp_api/s_base.h index 744fca2d0..b686d7747 100644 --- a/src/script/cpp_api/s_base.h +++ b/src/script/cpp_api/s_base.h @@ -36,7 +36,6 @@ extern "C" { #define SCRIPTAPI_LOCK_DEBUG #define SCRIPTAPI_DEBUG -#define SCRIPT_MOD_NAME_FIELD "current_mod_name" // MUST be an invalid mod name so that mods can't // use that name to bypass security! #define BUILTIN_MOD_NAME "*builtin*" |