File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
src/main/java/org/inventivetalent/animatedframes Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -295,12 +295,7 @@ private void displayCurrentFrame() {
295295 if (player != null ) {
296296 if (player .getWorld ().getName ().equals (worldName )) {
297297 if (player .getLocation ().distanceSquared (baseVector .toBukkitLocation (getWorld ())) < plugin .maxAnimateDistanceSquared ) {
298- controller .showInFrames (player .getPlayer (), this .itemFrameIds , new MultiMapController .DebugCallable () {
299- @ Override
300- public String call (MapController mapController , int i , int i1 ) { //TODO: remove
301- return mapController .getMapId (player .getPlayer ()) + " " + i + " " + i1 ;
302- }
303- });
298+ controller .showInFrames (player .getPlayer (), this .itemFrameIds );
304299 }
305300 }
306301 } else {
You can’t perform that action at this time.
0 commit comments