Skip to content

Commit

Permalink
Reverted WurmServerMod update for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mthec committed Jun 2, 2016
1 parent 3951b88 commit bc9645e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mod/wurmonline/mods/upkeepcosts/UpkeepCosts.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import org.gotti.wurmunlimited.modloader.interfaces.Configurable;
import org.gotti.wurmunlimited.modloader.interfaces.PreInitable;
import org.gotti.wurmunlimited.modloader.interfaces.ServerStartedListener;
import org.gotti.wurmunlimited.modloader.interfaces.WurmServerMod;
import org.gotti.wurmunlimited.modloader.interfaces.WurmMod;

import java.io.File;
import java.io.FileInputStream;
Expand All @@ -31,7 +31,7 @@
import java.util.logging.Level;
import java.util.logging.Logger;

public class UpkeepCosts implements WurmServerMod, Configurable, PreInitable, ServerStartedListener {
public class UpkeepCosts implements WurmMod, Configurable, PreInitable, ServerStartedListener {
protected static final Logger logger = Logger.getLogger(UpkeepCosts.class.getName());
public long tile_cost;
public long tile_upkeep;
Expand Down

0 comments on commit bc9645e

Please sign in to comment.