Update to oClient to comment out F3 code

pull/3/head^2
milesthenerd 6 years ago
parent 8cc5918275
commit 3e1bcd98a1

@ -247,6 +247,7 @@ if(keyboard_check_pressed(vk_f2)){
instance_destroy(); instance_destroy();
} }
/*
if(keyboard_check_pressed(vk_f3)){ if(keyboard_check_pressed(vk_f3)){
var f = 0; var f = 0;
repeat(41){ repeat(41){
@ -254,6 +255,7 @@ if(keyboard_check_pressed(vk_f3)){
f++; f++;
} }
} }
*/
</string> </string>
</argument> </argument>
</arguments> </arguments>

Loading…
Cancel
Save