mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-08 00:21:50 +01:00
Forgot we have windows to support as well
By: Erik Broes <erikbroes@grum.nl>
This commit is contained in:
parent
434f054e38
commit
07b4fca3ae
@ -133,7 +133,7 @@ public final class PluginDescriptionFile {
|
||||
try {
|
||||
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.");
|
||||
}
|
||||
} catch (NullPointerException ex) {
|
||||
|
Loading…
Reference in New Issue
Block a user