Author: tandanu
Date: Sun Mar 07 23:40:31 CET 2010
Revision: 3772
Log:

fix minSyncRevision

Updated
trunk/DBM-Core/DBM-Core.lua

trunk/DBM-Core/DBM-Core.lua
Action: modified
Old revision: 3771
Old date: 2010-03-07 22:23:30 UTC

@@ -1404,6 +1404,7 @@
local mod, revision, event, arg = strsplit("\t", msg)
mod = DBM:GetModByName(mod or "")
if mod and event and arg and revision then
+ revision = tonumber(revision) or 0
mod:ReceiveSync(event, arg, sender, revision)
end
end