Skip to content

Commit

Permalink
Update PanoramaCommand.java
Browse files Browse the repository at this point in the history
  • Loading branch information
AViewFromTheTop committed Jan 21, 2025
1 parent 71fd2f3 commit 36de859
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public static void register(@NotNull CommandDispatcher<FabricClientCommandSource
ClientCommandManager.literal("panorama")
.executes(
context -> {
FrozenSharedConstants.LOGGER.warn("PLAYER HAS ACCESS TO DEV CAMERA AND HAS JUST USED IT");
Minecraft client = Minecraft.getInstance();
File directory = getPanoramaFolderName(new File(client.gameDirectory, "panoramas"));
File directory1 = new File(directory, "screenshots");
Expand Down

0 comments on commit 36de859

Please sign in to comment.