Fix dark wizzies aggro, add more togglerender commands and add it to ::commands itself, fixed spam clicking tree gives a ton of logs (#185)

* Finish #167

* Fix #182

* Fixed #183
This commit is contained in:
Daniel Ginovker
2019-11-16 18:17:54 -05:00
committed by GitHub
parent 7366de67e1
commit 165f156814
9 changed files with 14 additions and 5 deletions
+1 -1
View File
@@ -4771,7 +4771,7 @@ public class Game extends RSApplet {
inputTaken = true;
}
if ((j == 13 || j == 10) && inputString.length() > 0) {
if (inputString.equals("::gfxtgl") || inputString.equals("::tglgfx")) {
if (inputString.equals("::gfxtgl") || inputString.equals("::tglgfx") || inputString.equals("::togglerender") || inputString.equals("::togglegfx")) {
graphicsEnabled = !graphicsEnabled;
}
if (myPrivilege == 2) {