This is dangerous, apparently
This commit is contained in:
parent
39fb039555
commit
4967c911cc
|
@ -87,10 +87,6 @@ gServerSettings = {}
|
|||
--- Struct containing the settings for Nametags
|
||||
gNametagsSettings = {}
|
||||
|
||||
--- @type Area
|
||||
--- Struct containing the current area
|
||||
gCurrentArea = {}
|
||||
|
||||
--- @type Camera
|
||||
--- Struct contaning camera fields
|
||||
--- - This camera is the same as `gMarioStates[i].area.camera` or `gCurrentArea.camera`
|
||||
|
|
|
@ -641,8 +641,6 @@ void smlua_cobject_init_globals(void) {
|
|||
|
||||
EXPOSE_GLOBAL(LOT_NAMETAGSSETTINGS, gNametagsSettings);
|
||||
|
||||
EXPOSE_GLOBAL(LOT_AREA, gCurrentArea);
|
||||
|
||||
EXPOSE_GLOBAL(LOT_CAMERA, gCamera);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue