More debugging prints
This commit is contained in:
@@ -227,6 +227,7 @@ void World::patch_tanclass(StreamBuffer *sb, DebugCollector *dbc) {
|
|||||||
assert(LS.istable(tab));
|
assert(LS.istable(tab));
|
||||||
LS.getmetatable(meta, tab);
|
LS.getmetatable(meta, tab);
|
||||||
std::string name = sb->read_string();
|
std::string name = sb->read_string();
|
||||||
|
DebugLine(dbc) << "tanclass " << id << "=" << name;
|
||||||
if (name == "") {
|
if (name == "") {
|
||||||
LS.rawset(meta, "__index", LuaNil);
|
LS.rawset(meta, "__index", LuaNil);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user