mirror of
https://github.com/moparisthebest/MoparClassic
synced 2024-11-17 06:35:13 -05:00
Fixed 'You have run out of arrows' bug.
This commit is contained in:
parent
b068527bb2
commit
488ef0b236
@ -144,7 +144,7 @@ public class Formulae {
|
|||||||
if(!Config.members) {
|
if(!Config.members) {
|
||||||
return freeArrows;
|
return freeArrows;
|
||||||
}
|
}
|
||||||
return boltIDs;
|
return arrowIDs;
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* Returns a power to assosiate with each arrow
|
* Returns a power to assosiate with each arrow
|
||||||
|
Loading…
Reference in New Issue
Block a user