1
0
Signed-off-by: Lixfel <agga-games@gmx.de>
Dieser Commit ist enthalten in:
Lixfel 2022-08-20 19:35:46 +02:00
Ursprung 5cf577c9e5
Commit bd1420cc90

Datei anzeigen

@ -33,6 +33,7 @@ public class WebpasswordCommand extends SWCommand {
super("webpassword", null, "webpw", "web");
}
@Register(description = "WEB_USAGE")
public void genericCommand(ProxiedPlayer player, String password) {
if(password.length() < 8) {