Removed print statements

This commit is contained in:
ipkpjersi 2024-06-17 21:53:14 -04:00
parent 56319db912
commit 824f85c7b3

View file

@ -40,10 +40,8 @@ class plugin : Plugin() {
fun toggleResizableSd() {
if (InterfaceList.aClass13_26 == null || client.gameState != 30) {
println("Cannot toggle resize, InterfaceList.aClass13_26 is null")
return
}
println("getWindowMode() is " + DisplayMode.getWindowMode());
toggleResize = false
DisplayMode.resizableSD = !DisplayMode.resizableSD;
if(!DisplayMode.resizableSD){