More debugging prints
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user