mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-22 21:56:09 +00:00
Fix event
This commit is contained in:
parent
0cb490605e
commit
c76f0c0e70
@ -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;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user