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
80b060095c8521dbeb6aed011f6a103132d3eb81
Authored by
zhouhaihai
2020-08-20 20:09:11 +0800
1 parent
f6b70d91
充值开放
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 @
80b0600
...
...
@@ -22,7 +22,6 @@ end
22
22
function _M.rechargeRpc(agent , data)
23
23
local role = agent.role
24
24
local msg = MsgPack.unpack(data)
25
- if true then return end
26
25
local id = msg.id
27
26
local dataSet = csvdb["shop_rechargeCsv"][id]
28
27
if not dataSet then return end
...
...