Commit c76f0c0e authored by KingRainbow44's avatar KingRainbow44
Browse files

Fix event

parent 0cb49060
......@@ -3,8 +3,6 @@ package emu.grasscutter.server.event.game;
import emu.grasscutter.server.event.types.ServerEvent;
import java.time.Instant;
import java.time.Instant;
public final class ServerTickEvent extends ServerEvent {
private final Instant start, end;
......@@ -22,12 +20,4 @@ public final class ServerTickEvent extends ServerEvent {
public Instant getTickEnd() {
return this.end;
}
public Instant getTickStart() {
return this.start;
}
public Instant getTickEnd() {
return this.end;
}
}
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment