mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-14 16:04:40 +01:00
Fix event
This commit is contained in:
@@ -3,8 +3,6 @@ package emu.grasscutter.server.event.game;
|
|||||||
import emu.grasscutter.server.event.types.ServerEvent;
|
import emu.grasscutter.server.event.types.ServerEvent;
|
||||||
import java.time.Instant;
|
import java.time.Instant;
|
||||||
|
|
||||||
import java.time.Instant;
|
|
||||||
|
|
||||||
public final class ServerTickEvent extends ServerEvent {
|
public final class ServerTickEvent extends ServerEvent {
|
||||||
private final Instant start, end;
|
private final Instant start, end;
|
||||||
|
|
||||||
@@ -22,12 +20,4 @@ public final class ServerTickEvent extends ServerEvent {
|
|||||||
public Instant getTickEnd() {
|
public Instant getTickEnd() {
|
||||||
return this.end;
|
return this.end;
|
||||||
}
|
}
|
||||||
|
|
||||||
public Instant getTickStart() {
|
|
||||||
return this.start;
|
|
||||||
}
|
|
||||||
|
|
||||||
public Instant getTickEnd() {
|
|
||||||
return this.end;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user