This commit is contained in:
Jonas Konrad 2014-06-28 13:45:26 +02:00
parent afa37505c5
commit 4ef58d53b1

View File

@ -37,7 +37,7 @@ public class ModuleManager
ModuleVersion bungeeVersion = ModuleVersion.parse( proxy.getVersion() );
if ( bungeeVersion == null )
{
System.out.println( "Could detect bungee version. Custom build?" );
System.out.println( "Couldn't detect bungee version. Custom build?" );
return;
}