Skip to content

Commit ee693e7

Browse files
Bugfix for #8
Fixed the bug explained in: #8
1 parent 065dd3e commit ee693e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/msync/server/sv_modules.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ end
1717
--[[
1818
Description: initializes all modules
1919
Returns: nothing
20-
]]
20+
]]
2121
function MSync.initModules()
2222
MSync.mysql.dbstatus = false
2323
if MSync.DBServer then
@@ -76,4 +76,4 @@ function MSync.loadModule(path)
7676
end
7777

7878
initTransaction:start()
79-
end
79+
end

0 commit comments

Comments
 (0)