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
a55177a3d2a59919b59934d9555efdd5255e6f2a
Authored by
zhouhaihai
2020-11-19 11:07:08 +0800
1 parent
22b2987b
bug
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/adv/AdvBlock.lua
Inline
Side-by-side
src/adv/AdvBlock.lua
Wrap text
Show/Hide comments
View file @
a55177a
...
...
@@ -70,7 +70,7 @@ function Block:updateEvent(event, isInit)
70
70
em[oldet] =1
71
71
end
72
72
if newet then
73
- em[
old
et] =1
73
+ em[
new
et] =1
74
74
end
75
75
76
76
local player = self.room.map.adv.battle.player
...
...