GITLAB
wasteland
/
server
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
2bbbb010a2eda4c90258db77cd49fbbff9fdd7be
Authored by
zhouhaihai
2020-10-22 16:21:38 +0800
1 parent
0027184a
可以充值
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
src/actions/StoreAction.lua
Inline
Side-by-side
src/actions/StoreAction.lua
Wrap text
Show/Hide comments
View file @
2bbbb01
...
...
@@ -20,7 +20,6 @@ end
20
20
21
21
-- 入口在正式服关闭 -- mock 充值
22
22
function _M.rechargeRpc(agent , data)
23
- if true then return end
24
23
local role = agent.role
25
24
local msg = MsgPack.unpack(data)
26
25
local id = msg.id
...
...