You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lua/msync/client_gui/modules/cl_mrsync.lua
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ MSync.modules.MRSync = MSync.modules.MRSync or {}
6
6
* @package MySQL Rank Sync
7
7
* @author Aperture Development
8
8
* @license root_dir/LICENCE
9
-
* @version 2.0.2
9
+
* @version 2.1.3
10
10
]]
11
11
12
12
--[[
@@ -16,7 +16,7 @@ MSync.modules.MRSync.info = {
16
16
Name="MySQL Rank Sync",
17
17
ModuleIdentifier="MRSync",
18
18
Description="Synchronise your ranks across your servers",
19
-
Version="2.0.2"
19
+
Version="2.1.3"
20
20
}
21
21
22
22
--[[
@@ -72,7 +72,7 @@ function MSync.modules.MRSync.adminPanel(sheet)
72
72
allserver_button:SetSize( 130, 20 )
73
73
allserver_button.DoClick=function()
74
74
ifstring.len(allserver_textentry:GetValue()) >0andnotMSync.modules.MRSync.settings.nosync[allserver_textentry:GetValue()] andnotMSync.modules.MRSync.settings.syncall[allserver_textentry:GetValue()] then
@@ -119,7 +119,7 @@ function MSync.modules.MRSync.adminPanel(sheet)
119
119
nosync_button:SetSize( 130, 20 )
120
120
nosync_button.DoClick=function()
121
121
ifstring.len(nosync_textentry:GetValue()) >0andnotMSync.modules.MRSync.settings.nosync[nosync_textentry:GetValue()] andnotMSync.modules.MRSync.settings.syncall[nosync_textentry:GetValue()] then
0 commit comments