-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
-- @Date : 2014-11-24 08:40:30 | ||
-- @Email : [email protected] | ||
-- @Last modified by: Emil Zhai | ||
-- @Last modified time: 2016-12-14 15:14:02 | ||
-- @Last modified time: 2016-12-19 16:23:46 | ||
-- @Ref: 借鉴大量海鳗源码 @haimanchajian.com | ||
-------------------------------------------- | ||
-- #################################################################################################################################### -- | ||
|
@@ -115,8 +115,8 @@ MY = {} | |
-------------------------------------------------------------------------------------------------------------------------------------------- | ||
-- 本地函数变量 | ||
-------------------------------------------------------------------------------------------------------------------------------------------- | ||
local _BUILD_ = "20161214" | ||
local _VERSION_ = 0x2006400 | ||
local _BUILD_ = "20161219" | ||
local _VERSION_ = 0x2006500 | ||
local _DEBUGLV_ = tonumber(LoadLUAData('interface/my.debug.level') or nil) or 4 | ||
local _DELOGLV_ = tonumber(LoadLUAData('interface/my.delog.level') or nil) or 4 | ||
local _NORESTM_ = tonumber(LoadLUAData('interface/my.nrtim.level') or nil) or -1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters