mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-22 02:25:49 +01:00
Added cache and removed imports
This commit is contained in:
parent
32524e6ce9
commit
c88b6f3b9d
@ -2,7 +2,6 @@ package com.sekwah.advancedportals.core.repository;
|
||||
|
||||
import com.sekwah.advancedportals.core.entities.PlayerLocation;
|
||||
import com.sekwah.advancedportals.core.entities.PortalLocation;
|
||||
import com.sekwah.advancedportals.core.enums.EnumHandSelection;
|
||||
import com.sekwah.advancedportals.coreconnector.container.PlayerContainer;
|
||||
|
||||
import java.util.UUID;
|
||||
|
@ -7,7 +7,6 @@ import com.google.common.collect.Table;
|
||||
import com.google.inject.Singleton;
|
||||
import com.sekwah.advancedportals.core.entities.PlayerLocation;
|
||||
import com.sekwah.advancedportals.core.entities.PortalLocation;
|
||||
import com.sekwah.advancedportals.core.enums.EnumHandSelection;
|
||||
import com.sekwah.advancedportals.coreconnector.container.PlayerContainer;
|
||||
|
||||
import java.util.UUID;
|
||||
@ -44,8 +43,8 @@ public class PortalTempDataRepositoryImpl implements PortalTempDataRepository {
|
||||
|
||||
@Override
|
||||
public void removeAllSelectedHand(UUID uuid) {
|
||||
selectedPositions.remove(uuid, EnumHandSelection.LEFTHAND);
|
||||
selectedPositions.remove(uuid, EnumHandSelection.RIGHTHAND);
|
||||
selectedPositions.remove(uuid, true);
|
||||
selectedPositions.remove(uuid, false);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user