1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-25 22:53:22 +00:00

Recomment out a global

It's actually rather worrying this was exposed, you could cause some
serious issues with it.
This commit is contained in:
SquidDev 2019-02-07 20:22:00 +00:00
parent 8abcfcb4ac
commit f450c0156b

View File

@ -148,7 +148,7 @@ private void handleSoftAbort() throws LuaError
LibFunction.bind( state, m_globals, PrefixLoader.class, new String[] { "load", "loadstring" } );
// Remove globals we don't want to expose
// m_globals.rawset( "collectgarbage", Constants.NIL );
m_globals.rawset( "collectgarbage", Constants.NIL );
m_globals.rawset( "dofile", Constants.NIL );
m_globals.rawset( "loadfile", Constants.NIL );
m_globals.rawset( "print", Constants.NIL );