Compare View

switch
from
...
to
 
Commits (3)
src/actions/ActivityAction.lua
... ... @@ -1187,7 +1187,7 @@ function _M.friendHelpRpc(agent, data)
1187 1187 cmd1 = 2
1188 1188 end
1189 1189  
1190   - if members[friendId] and not getAE[friendId] and limit <= getLimit then
  1190 + if members[friendId] and not getAE[friendId] and limit < getLimit then
1191 1191 cmd2 = 1
1192 1192 limit = limit + 1
1193 1193 getAE[friendId] = 1
... ...