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
9b729327
Commit
9b729327
authored
Apr 26, 2022
by
Melledy
Browse files
Fix white screen after logging in
parent
0387992c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/emu/grasscutter/game/GenshinPlayer.java
View file @
9b729327
...
...
@@ -76,7 +76,6 @@ public class GenshinPlayer {
private
TeamManager
teamManager
;
private
PlayerGachaInfo
gachaInfo
;
private
PlayerProfile
playerProfile
;
private
MpSettingType
mpSetting
=
MpSettingType
.
MP_SETTING_ENTER_AFTER_APPLY
;
private
boolean
showAvatar
;
private
ArrayList
<
AvatarProfileData
>
shownAvatars
;
private
Set
<
Integer
>
rewardedLevels
;
...
...
@@ -381,7 +380,7 @@ public class GenshinPlayer {
}
public
MpSettingType
getMpSetting
()
{
return
m
pSetting
;
return
M
pSetting
Type
.
MP_SETTING_ENTER_AFTER_APPLY
;
// TEMP
}
public
synchronized
Int2ObjectMap
<
CoopRequest
>
getCoopRequests
()
{
...
...
@@ -400,10 +399,6 @@ public class GenshinPlayer {
return
clientAbilityInitFinishHandler
;
}
public
void
setMpSetting
(
MpSettingType
mpSetting
)
{
this
.
mpSetting
=
mpSetting
;
}
public
AvatarStorage
getAvatars
()
{
return
avatars
;
}
...
...
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