Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions src/im/creep/bucketoflua/luaengine/LuaStateKeeper.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ public LuaStateKeeper(String runnerName) {
name = runnerName;

state = LuaStateFactory.newLuaState();
state.openBase();
state.openString();
state.openTable();
// Opening all libs for work with file and modules and so on
state.openLibs();
}

public void addCode(String Code) throws LuaStateKeeperException {
Expand Down