关闭sdk屏蔽
This commit is contained in:
@@ -155,6 +155,6 @@ export function isDebugPay() {
|
||||
return gameData.serverConst.DEBUG_PAY === 1;
|
||||
}
|
||||
|
||||
export function isCheckWord() {
|
||||
return gameData.serverConst.CHECK_WORD === 1;
|
||||
export function isCheckWord(isDevelop = false) {
|
||||
return gameData.serverConst.CHECK_WORD === 1 && !isDevelop;
|
||||
}
|
||||
Reference in New Issue
Block a user