Overview
| Comment: | 0.0.479 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
935340b0b8aa8219ae97604e8dd88f16 |
| User & Date: | 顽雨沉风 on 2023-06-30 04:38:19.365 |
| Other Links: | manifest | tags |
Context
|
2023-06-30
| ||
| 04:40 | 0.0.480 check-in: 8338c6d2e6 user: 顽雨沉风 tags: trunk | |
| 04:38 | 0.0.479 check-in: 935340b0b8 user: 顽雨沉风 tags: trunk | |
| 04:35 | 0.0.478 check-in: bf6cc894c2 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [6726d486c5]
to [2d53a5ad22].
1 2 3 4 5 6 7 8 9 10 11 |
local str = {}
local fun = {}
local cache_1
local cache_2
local cache_3
str["Debug.ReloadFieldBegin"] = Debug.ReloadFieldBegin
Debug.ReloadFieldBegin = function(str_1, str_2)
| | > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
local str = {}
local fun = {}
local cache_1
local cache_2
local cache_3
str["Debug.ReloadFieldBegin"] = Debug.ReloadFieldBegin
Debug.ReloadFieldBegin = function(str_1, str_2)
if str_2 then
if str_2 == 3 then
str["规则"] = "大师3"
elseif str_2 == 4 then
end
end
str["Debug.ReloadFieldBegin"](str_1, str_2)
end
_G["通关邀请"] = function()
local effect_1
|
| ︙ | ︙ |