Use max pc cafe points config for setPcCafePoints.
Contributed by Edoo.
This commit is contained in:
@@ -12888,7 +12888,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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user