1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-06-19 23:41:27 +02:00

Added an isConnected() method

This commit is contained in:
nossr50 2012-02-27 05:27:59 -08:00
parent dfd1e311d1
commit d09512373b

@ -50,6 +50,11 @@ public class Database {
System.out.println("VendorError: " + ex.getErrorCode());
}
}
public boolean isConnected()
{
return isConnected;
}
public Database(mcMMO instance) {
connect(); //Connect to MySQL