refactor: 清理代码格式并修复拼写错误

移除多余空行并修正Timer.SetTimeOut方法名拼写
调整随机数生成范围避免数组越界
添加调试打印语句用于测试
This commit is contained in:
2026-05-03 19:59:02 +08:00
parent a71fb179ef
commit 70376c380e
4 changed files with 22 additions and 5 deletions

View File

@@ -22,7 +22,6 @@ Gm_InputFunc_Handle["给"] <- function(SUser, CmdString) {
}
}
Gm_InputFunc_Handle["转职"] <- function(SUser, CmdString) {
local count = -1;
local pos = 0;
@@ -113,7 +112,6 @@ Gm_InputFunc_Handle["点券"] <- function(SUser, CmdString) {
}
Gm_InputFunc_Handle["test"] <- function(SUser, CmdString) {
SUser.SendItemWindowNotification([[33900, 1]]);
}