i am a fool
This commit is contained in:
parent
41e42d4733
commit
fea8b8dbaf
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ object OpColorize : SpellOperator {
|
|||
if (FrozenColorizer.isColorizer(handStack)) {
|
||||
if (ctx.withdrawItem(handStack.item, 1, true)) {
|
||||
HexPlayerDataHelper.setColorizer(ctx.caster,
|
||||
FrozenColorizer(handStack, ctx.caster.uuid)
|
||||
FrozenColorizer(handStack.copy(), ctx.caster.uuid)
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue