PreciousStones

PreciousStones

269k Downloads

/ps changeowner does not work with mixed-case original owners.

Opened this issue ยท 2 comments

commented

In ForceFieldManager.changeOwner(field, owner), a list of fields is being retrieved from the fieldsByOwner hashmap using a mixed-case string index. However, fieldsbyOwner is indexed with purely lowercase names.

Executing '/ps changeowner' on fields where the owner is noted in mixed-case therefore returns no affected fields, resulting in it doing nothing at all.

R: 9.5.5 for CB 1.4.7-R0.1 Jan 28, 2013

commented

I can confirm this is a problem.

commented

Nice catch. Thank you.