mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00: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<>();
|
||||
|
||||
public PlayerAttackedStepWatcher() {
|
||||
super(PlayerAttackedWatcher.class.getSimpleName(), WatcherScope.GAME);
|
||||
super(PlayerAttackedStepWatcher.class.getSimpleName(), WatcherScope.GAME);
|
||||
}
|
||||
|
||||
public PlayerAttackedStepWatcher(final PlayerAttackedStepWatcher watcher) {
|
||||
|
|
Loading…
Reference in a new issue