9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-28 11:29:18 +00:00

clean: remove unused backpack type

This commit is contained in:
LoJoSho
2023-07-25 19:21:25 -05:00
parent e2715fe631
commit 4e40a7cc96

View File

@@ -146,9 +146,4 @@ public class UserBackpackManager {
public UserBackpackCloudManager getCloudManager() {
return cloudManager;
}
public enum BackpackType {
NORMAL,
FIRST_PERSON // First person not yet implemented
}
}