Fix typo in messages for invalid-request

This commit is contained in:
games647
2022-06-07 18:18:28 +02:00
parent fc50c997ba
commit 82d8b4d2be

View File

@ -84,7 +84,7 @@ invalid-verify-token: '&4Invalid token'
invalid-session: '&4Invalid session'
# The client sent a malicious packet without a login request packet
invalid-requst: '&4Invalid request'
invalid-request: '&4Invalid request'
# Message if the Bukkit isn't fully started to inject the packets
not-started: '&cServer is not fully started yet. Please retry'