Fix co-op requests not showing up

This commit is contained in:
Melledy
2022-04-27 11:21:26 -07:00
parent bec30c24c9
commit fef0f2aff7
5 changed files with 9 additions and 16 deletions

View File

@@ -1,7 +0,0 @@
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message HeadImage {
uint32 avatarId = 1;
}