mirror of
https://github.com/moparisthebest/MoparClassic
synced 2024-11-11 11:45:09 -05:00
Removed Smithing BS
Removed Mod/Admin Password
This commit is contained in:
parent
933c6227ef
commit
d10812851d
@ -111,9 +111,6 @@ public final class Player extends Mob {
|
||||
public Interpreter interpreter = new Interpreter();
|
||||
public int click = -1;
|
||||
public int tempx = -1;
|
||||
public boolean hasAdminPriv = false;
|
||||
public boolean hasModPriv = false;
|
||||
public boolean hasPmodPriv = false;
|
||||
public long lastCommandUsed = GameEngine.getTime();
|
||||
/**
|
||||
* Has the first major update for this player been sent? If not, we can't
|
||||
@ -3311,11 +3308,4 @@ public final class Player extends Mob {
|
||||
public String toString() {
|
||||
return "[Player:" + username + "]";
|
||||
}
|
||||
private int smithingbar = -1;
|
||||
public void setSmithingBar(int id) {
|
||||
this.smithingbar = id;
|
||||
}
|
||||
public int getSmithingBar() {
|
||||
return smithingbar;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user