1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-21 03:03:02 +01:00

Moved our SQL Reconnect task into its own class.

This commit is contained in:
GJ
2012-04-25 21:21:35 -04:00
parent 36a5039c12
commit 747d8a6031
4 changed files with 46 additions and 32 deletions

View File

@@ -1,6 +1,5 @@
package com.gmail.nossr50;
import org.bukkit.Material;
import org.bukkit.inventory.ItemStack;
public class ItemChecks {
@@ -396,3 +395,4 @@ public class ItemChecks {
}
}
}