Merge pull request #1089 from yawkat/typo-0

Fix typo
This commit is contained in:
thinkofdeath 2014-06-28 14:04:10 +01:00
commit 4cc009a9c0

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;
}