forked from External/mage
* C17 Enchantment Curses - Fixed a bug that could create game errors (index out of bounds).
This commit is contained in:
parent
0affb45264
commit
db93e3f672
16 changed files with 179 additions and 159 deletions
|
|
@ -1414,7 +1414,7 @@ public class Combat implements Serializable, Copyable<Combat> {
|
|||
}
|
||||
}
|
||||
|
||||
public UUID getAttackerId() {
|
||||
public UUID getAttackingPlayerId() {
|
||||
return attackingPlayerId;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue