Hunting a strange networking bug

This commit is contained in:
Kayne Ruse
2015-04-26 02:14:26 +10:00
parent 9d5a668045
commit 7aeabf0d14
5 changed files with 53 additions and 4 deletions
+1 -1
View File
@@ -31,6 +31,6 @@ local underworld, uidTwo = roomManagerAPI.CreateRoom("underworld", "overworld.bm
roomAPI.Initialize(underworld, mapSaver.Load, mapSaver.Save, mapMaker.DebugGrassland, mapSaver.Save)
--call the monstrosity
doorUtility.createDoorPair("pair 1", overworld, 0, -64, underworld, 0, 0)
doorUtility.createDoorPair("pair 1", overworld, -64, -64, underworld, -64, -64)
print("Finished the lua script")