geforkt von Mirrors/Velocity
[ci skip] Update Minecraft wiki references (#1092)
The Minecraft Fandom wiki has been forked to a new domain: minecraft.wiki. Learn more here: https://minecraft.wiki/w/Minecraft_Wiki:Moving_from_Fandom. This PR updates all references accordingly. Let me know if you want me to open this PR on other branches!
Dieser Commit ist enthalten in:
Ursprung
dab64ebb59
Commit
f8cdf4fa1a
@ -30,7 +30,7 @@ public final class CharacterUtil {
|
|||||||
*/
|
*/
|
||||||
public static boolean isAllowedCharacter(char c) {
|
public static boolean isAllowedCharacter(char c) {
|
||||||
// 167 = §, 127 = DEL
|
// 167 = §, 127 = DEL
|
||||||
// https://minecraft.fandom.com/wiki/Multiplayer#Chat
|
// https://minecraft.wiki/w/Chat
|
||||||
return c != 167 && c >= ' ' && c != 127;
|
return c != 167 && c >= ' ' && c != 127;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren