Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ziqian zhang
Grasscutter
Commits
c76f0c0e
Commit
c76f0c0e
authored
Jun 22, 2022
by
KingRainbow44
Browse files
Fix event
parent
0cb49060
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/emu/grasscutter/server/event/game/ServerTickEvent.java
View file @
c76f0c0e
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment