Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit d7771fb

Browse files
committed
Remove unnecessary, now-junk package.path addition
1 parent dfc186e commit d7771fb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Managers/LuaMan.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,6 @@ namespace RTE {
201201
luabind::globals(m_MasterState)["SettingsMan"] = &g_SettingsMan;
202202

203203
luaL_dostring(m_MasterState,
204-
// Add package path to the defaults.
205-
"package.path = package.path .. \";Base.rte/?.lua\";"
206-
"\n"
207204
// Add cls() as a shortcut to ConsoleMan:Clear().
208205
"cls = function() ConsoleMan:Clear(); end"
209206
"\n"

0 commit comments

Comments
 (0)