Removed some more LuaOldStack

This commit is contained in:
2023-04-14 15:13:59 -04:00
parent 47c868876a
commit 167dfe909f
2 changed files with 9 additions and 18 deletions

View File

@@ -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);
}