Skip to content

Commit

Permalink
Updated quests dependencies and call, tried updating holographic disp…
Browse files Browse the repository at this point in the history
…lays but when that failed just fell back on old dependencies and that worked!
  • Loading branch information
Geph committed Feb 6, 2024
1 parent c7c8281 commit 11ebca6
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/main/java/edu/whimc/observations/models/Observation.java
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
package edu.whimc.observations.models;
import me.filoghost.holographicdisplays.api.hologram.Hologram;
import me.filoghost.holographicdisplays.api.hologram.line.*;

/*
original imports below:

import com.gmail.filoghost.holographicdisplays.api.Hologram;
import com.gmail.filoghost.holographicdisplays.api.HologramsAPI;
import com.gmail.filoghost.holographicdisplays.api.handler.TouchHandler;
import com.gmail.filoghost.holographicdisplays.api.line.TouchableLine;
*/

import edu.whimc.observations.Observations;
import edu.whimc.observations.observetemplate.models.ObservationTemplate;
import edu.whimc.observations.utils.Utils;
Expand Down Expand Up @@ -274,7 +267,7 @@ public void deleteHologramOnly() {

private class ObservationClick implements TouchHandler {

private final Location loc;
private final Location loc;

public ObservationClick(Location loc) {
this.loc = loc;
Expand Down

0 comments on commit 11ebca6

Please sign in to comment.