difference transmission of source databases done
This commit is contained in:
@@ -63,7 +63,7 @@ World::World(util::WorldType wt) {
|
||||
// Initialize the SourceDB. At this stage, the sourcedb is
|
||||
// empty, so it's just populating the lua builtins.
|
||||
source_db_.init(state());
|
||||
source_db_.rebuild();
|
||||
source_db_.rebuild(true);
|
||||
|
||||
LS.result();
|
||||
assert (stack_is_clear());
|
||||
|
||||
Reference in New Issue
Block a user