Use max pc cafe points config for setPcCafePoints.

Contributed by Edoo.
This commit is contained in:
MobiusDevelopment
2019-11-06 12:29:25 +00:00
parent a644d564fc
commit fcffa3cc24
15 changed files with 15 additions and 15 deletions

View File

@@ -12868,7 +12868,7 @@ public class PlayerInstance extends Playable
public void setPcCafePoints(int count)
{
_pcCafePoints = count < 200000 ? count : 200000;
_pcCafePoints = count < Config.PC_CAFE_MAX_POINTS ? count : Config.PC_CAFE_MAX_POINTS;
}
/**