diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/db.lua | 2 | ||||
-rw-r--r-- | server/map.lua | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/server/db.lua b/server/db.lua index 4a6e6d3..cc28b77 100644 --- a/server/db.lua +++ b/server/db.lua @@ -11,7 +11,7 @@ local function txn(writeable) return assert(env:txn_begin(writeable)) end - + return { env=env, txn=txn, diff --git a/server/map.lua b/server/map.lua index 7b2e62b..e8be2ff 100644 --- a/server/map.lua +++ b/server/map.lua @@ -26,7 +26,6 @@ function MapS.obtain(self,cp) self:add_chunk(ch) return ch end - end function MapS.save_chunk(self,cp,txn) |