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
539970fd
Commit
539970fd
authored
Apr 23, 2022
by
Miyucchi
Browse files
Feature: SetBirthdayDate
parent
7fd0b371
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/emu/grasscutter/server/packet/send/PacketSetPlayerBirthdayRsp.java
View file @
539970fd
...
@@ -16,7 +16,5 @@ public class PacketSetPlayerBirthdayRsp extends GenshinPacket {
...
@@ -16,7 +16,5 @@ public class PacketSetPlayerBirthdayRsp extends GenshinPacket {
.
build
();
.
build
();
this
.
setData
(
proto
);
this
.
setData
(
proto
);
if
(
Grasscutter
.
getConfig
().
DebugMode
==
true
)
Grasscutter
.
getLogger
().
info
(
"Sending packet"
);
}
}
}
}
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