Removed some more LuaOldStack
This commit is contained in:
@@ -386,7 +386,7 @@ void World::rebuild_sourcedb() {
|
||||
lthread_prints_.reset();
|
||||
close_lthread_state();
|
||||
if (!err.empty() || !prints.empty()) {
|
||||
util::dprint("Loading Module ", mod,":");
|
||||
util::dprint("Loading Module ", mod);
|
||||
if (!err.empty()) util::dprint(err);
|
||||
if (!prints.empty()) util::dprint(prints);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user