13
0
geforkt von Mirrors/Paper

Forgot we have windows to support as well

By: Erik Broes <erikbroes@grum.nl>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2011-04-03 16:42:33 +02:00
Ursprung 434f054e38
Commit 07b4fca3ae

Datei anzeigen

@ -133,7 +133,7 @@ public final class PluginDescriptionFile {
try { try {
name = map.get("name").toString(); name = map.get("name").toString();
if (!name.matches("^[A-Za-z0-9()\\[\\]{}_.-]+$")) { if (!name.matches("^[A-Za-z0-9_.-]+$")) {
throw new InvalidDescriptionException("name '" + name + "' contains invalid characters."); throw new InvalidDescriptionException("name '" + name + "' contains invalid characters.");
} }
} catch (NullPointerException ex) { } catch (NullPointerException ex) {