* Checks for any updates to the mod and alerts the user
*
* @param player - The player that asked for an update check
*/
private void checkForUpdates(final Player player) {
(new CheckVersion(
new ModVersion[]{Constants.SPC_VERSION},
"",
new UpdateCallback() {
@Override
public void updateCallback(Vector<HashMap<String,Object>> s) {