We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9119041 commit add1c8eCopy full SHA for add1c8e
src/main/java/net/darkhax/gamestages/GameStages.java
@@ -49,7 +49,7 @@ private void onF3Text (CustomizeGuiOverlayEvent.DebugText event) {
49
50
if (mc.options.renderDebug) {
51
52
- if (mc.player.isShiftKeyDown()) {
+ if (mc.player != null && mc.player.isShiftKeyDown()) {
53
54
final IStageData data = GameStageHelper.getPlayerData(mc.player);
55
0 commit comments