forked from SteamWar/SteamWar
Fix sign
This commit is contained in:
@@ -23,8 +23,6 @@ import de.steamwar.command.SWCommand;
|
||||
import de.steamwar.messages.Chatter;
|
||||
import de.steamwar.sql.SteamwarUser;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
public class WebpasswordCommand extends SWCommand {
|
||||
|
||||
public WebpasswordCommand() {
|
||||
@@ -44,10 +42,6 @@ public class WebpasswordCommand extends SWCommand {
|
||||
|
||||
user.setPassword(password);
|
||||
|
||||
if (resetPW) {
|
||||
sender.system("WEB_UPDATED");
|
||||
} else {
|
||||
sender.system("WEB_CREATED");
|
||||
}
|
||||
sender.system(resetPW ? "WEB_UPDATED" : "WEB_CREATED");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user