diff transmission code tested!!!
This commit is contained in:
@@ -90,7 +90,7 @@ LuaDefine(tangible_build, "c") {
|
||||
// TODO: generate error if there's extra crap in the config table.
|
||||
|
||||
World *w = World::fetch_global_pointer(L);
|
||||
Tangible *tan = w->tangible_make(L, 0, true);
|
||||
Tangible *tan = w->tangible_make(L, 0, "nowhere", true);
|
||||
lua_replace(L, database.index());
|
||||
|
||||
// Update the class of the new tangible.
|
||||
|
||||
Reference in New Issue
Block a user