client foliage manager dependency update
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
This commit is contained in:
parent
5e06dbe786
commit
3082dde1b1
@ -130,7 +130,8 @@ public class ClientFoliageManager {
|
||||
public boolean dependenciesAreReady(){
|
||||
return
|
||||
Globals.clientWorldData != null &&
|
||||
Globals.drawCellManager != null
|
||||
Globals.drawCellManager != null &&
|
||||
Globals.playerEntity != null
|
||||
;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user