mirror of
https://github.com/correl/mage.git
synced 2025-03-16 09:16:26 -09:00
* Fixed a bug of AttackedThisStepWatcher (fixes #4549).
This commit is contained in:
parent
309d4685e8
commit
4c88b8e6e3
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ public class PlayerAttackedStepWatcher extends Watcher {
|
||||||
private final Map<UUID, Integer> playerAttacked = new HashMap<>();
|
private final Map<UUID, Integer> playerAttacked = new HashMap<>();
|
||||||
|
|
||||||
public PlayerAttackedStepWatcher() {
|
public PlayerAttackedStepWatcher() {
|
||||||
super(PlayerAttackedWatcher.class.getSimpleName(), WatcherScope.GAME);
|
super(PlayerAttackedStepWatcher.class.getSimpleName(), WatcherScope.GAME);
|
||||||
}
|
}
|
||||||
|
|
||||||
public PlayerAttackedStepWatcher(final PlayerAttackedStepWatcher watcher) {
|
public PlayerAttackedStepWatcher(final PlayerAttackedStepWatcher watcher) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue