mirror of
https://github.com/moparisthebest/MoparClassic
synced 2024-11-18 07:05:03 -05:00
Merge pull request #150 from RylandAlmanza/pre-beta
Fixed 'You have run out of arrows' bug.
This commit is contained in:
commit
c79aaf1f56
@ -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