forked from redo/BlockLua
Merge branch 'master'
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
// Private - Utilities used by libbl from the Lua side
|
||||
|
||||
package _bllua_smartEval {
|
||||
package smartEval {
|
||||
// Allow prepending ' to console commands to eval in lua instead of TS
|
||||
// Also wraps TS lines with echo(...); if they don't end in ; or }
|
||||
function ConsoleEntry::eval() {
|
||||
@@ -28,7 +28,7 @@ package _bllua_smartEval {
|
||||
}
|
||||
}
|
||||
};
|
||||
activatePackage(_bllua_smartEval);
|
||||
activatePackage(smartEval);
|
||||
|
||||
package _bllua_objectDeletionHook {
|
||||
// Hook object deletion to clean up its lua data
|
||||
|
||||
1588
src/util/libbl.lua
1588
src/util/libbl.lua
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user