mirror of
https://github.com/moparisthebest/MoparClassic
synced 2024-11-16 22:25:02 -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) {
|
||||
return freeArrows;
|
||||
}
|
||||
return boltIDs;
|
||||
return arrowIDs;
|
||||
}
|
||||
/**
|
||||
* Returns a power to assosiate with each arrow
|
||||
|
Loading…
Reference in New Issue
Block a user