Sk1erLLC / Patcher

A Forge mod full of Vanilla bug fixes, Quality of Life improvements, and performance enhancements.
Other
232 stars 60 forks source link

No way to disable the fps limit set by patcher #106

Closed SystemlessDev closed 2 years ago

SystemlessDev commented 2 years ago

The user currently got no way to disable the fps limit patcher sets. This should be changed to disabling the feature whenever the user runs /patcher fps and/or /patcher fps 0.

Sychic commented 2 years ago

It already disables when running /patcher fps 0

https://github.com/Sk1erLLC/Patcher/blob/master/src/main/java/club/sk1er/patcher/mixins/features/MinecraftMixin_FpsLimit.java#L28-L30 https://github.com/Sk1erLLC/Patcher/blob/master/src/main/java/club/sk1er/patcher/commands/PatcherCommand.java#L187-L202