General refactoring

This commit is contained in:
ShadowRanger
2016-03-10 14:01:56 +11:00
parent b8f4589b87
commit d42cc3e275
7 changed files with 44 additions and 30 deletions

View File

@@ -32,7 +32,7 @@ import net.minecraft.server.v1_9_R1.PlayerInteractManager;
public class PlayerDataManager {
private OpenInv plugin;
private final OpenInv plugin;
public PlayerDataManager(OpenInv plugin) {
this.plugin = plugin;