Turning on AXE.

This commit is contained in:
Adriano Rogowski 2019-01-10 20:38:10 -02:00
parent 25db64527c
commit 1869f09a4c

View File

@ -20,7 +20,7 @@ function Mesh(ctx){
return; return;
} }
// add hook for AXE? // add hook for AXE?
//if (Gun.AXE && opt && opt.super) { Gun.AXE.say(msg, mesh.say, this); return; } // rogowski if (Gun.AXE && opt && opt.super) { Gun.AXE.say(msg, mesh.say, this); return; } // rogowski
mesh.say(msg); mesh.say(msg);
} }