Fix typo in previous commit

This commit is contained in:
md_5 2019-02-03 17:58:46 +11:00
parent 1a06ebeee0
commit 28c82238d0

View File

@ -310,7 +310,7 @@ public class BungeeCord extends ProxyServer
if ( connectionThrottle != null )
{
connectionThrottle = null;
getLogger().log( Level.WARNING, "Since PROXY protocol is in use, internel connection throttle has been disabled." );
getLogger().log( Level.WARNING, "Since PROXY protocol is in use, internal connection throttle has been disabled." );
}
}