mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 12:52:06 -08:00
* Fixed not working Raid condition.
This commit is contained in:
parent
abf18027b8
commit
80847655b3
2 changed files with 3 additions and 2 deletions
|
|
@ -52,7 +52,7 @@ public class PlayerAttackedWatcher extends Watcher {
|
|||
|
||||
public PlayerAttackedWatcher(final PlayerAttackedWatcher watcher) {
|
||||
super(watcher);
|
||||
for (Map.Entry<UUID,Integer> entry: playerAttacked.entrySet()) {
|
||||
for (Map.Entry<UUID,Integer> entry: watcher.playerAttacked.entrySet()) {
|
||||
this.playerAttacked.put(entry.getKey(), entry.getValue());
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue