Skip to content
This repository has been archived by the owner on Mar 30, 2018. It is now read-only.

Commit

Permalink
Fixed prizemoney_perplayer entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalus committed Jun 25, 2011
1 parent 03f8ec6 commit be11fbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/de/beimax/simplespleef/SimpleSpleef.java
Expand Up @@ -169,8 +169,8 @@ public void init() {
conf.setProperty("prizemoney_fixed", 0);
changed = true;
}
if (conf.getProperty("prizemoey_perplayer") == null) {
conf.setProperty("prizemoey_perplayer", 5);
if (conf.getProperty("prizemoney_perplayer") == null) {
conf.setProperty("prizemoney_perplayer", 5);
changed = true;
}

Expand Down

0 comments on commit be11fbf

Please sign in to comment.