Fix USELOCALGUN setting from last commit

This commit is contained in:
masterex1000 2019-01-10 08:38:08 -07:00
parent cb9b4b8013
commit 2462e4f33d

View File

@ -31,7 +31,7 @@
*/
//NOTE: set to false to use require for getting gun DEFUALT: false
var USELOCALGUN = true;
var USELOCALGUN = false;
//NOTE: adds some debug messages DEFUALT: false