mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-09 16:45:46 -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() {
|
fun toggleResizableSd() {
|
||||||
if (InterfaceList.aClass13_26 == null || client.gameState != 30) {
|
if (InterfaceList.aClass13_26 == null || client.gameState != 30) {
|
||||||
println("Cannot toggle resize, InterfaceList.aClass13_26 is null")
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
println("getWindowMode() is " + DisplayMode.getWindowMode());
|
|
||||||
toggleResize = false
|
toggleResize = false
|
||||||
DisplayMode.resizableSD = !DisplayMode.resizableSD;
|
DisplayMode.resizableSD = !DisplayMode.resizableSD;
|
||||||
if(!DisplayMode.resizableSD){
|
if(!DisplayMode.resizableSD){
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue