From af7cd8a5b943dd4635b8d650ba26e071055cbaed Mon Sep 17 00:00:00 2001 From: Josh Yelon Date: Sun, 21 Nov 2021 13:42:52 -0500 Subject: [PATCH] More debugging prints --- luprex/core/cpp/world-diffxmit.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/luprex/core/cpp/world-diffxmit.cpp b/luprex/core/cpp/world-diffxmit.cpp index b5c4c553..d36c29a9 100644 --- a/luprex/core/cpp/world-diffxmit.cpp +++ b/luprex/core/cpp/world-diffxmit.cpp @@ -227,6 +227,7 @@ void World::patch_tanclass(StreamBuffer *sb, DebugCollector *dbc) { assert(LS.istable(tab)); LS.getmetatable(meta, tab); std::string name = sb->read_string(); + DebugLine(dbc) << "tanclass " << id << "=" << name; if (name == "") { LS.rawset(meta, "__index", LuaNil); } else {