mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-10 10:20:44 -07:00
Removed print statements
This commit is contained in:
parent
56319db912
commit
824f85c7b3
1 changed files with 0 additions and 2 deletions
|
|
@ -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){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue