update (module): Typo

This commit is contained in:
MDIC
2022-08-05 21:13:37 -04:00
parent afff019900
commit 3e34ef73f8

View File

@@ -230,7 +230,7 @@ public:
handler->PSendSysMessage("Teleport Reports: %u || Climb Reports: %u", teleport_reports, climb_reports); handler->PSendSysMessage("Teleport Reports: %u || Climb Reports: %u", teleport_reports, climb_reports);
handler->PSendSysMessage("Ignore Control Reports: %u || Ignore Z-Axis Reports: %u", ignorecontrol_reports, zaxis_reports); handler->PSendSysMessage("Ignore Control Reports: %u || Ignore Z-Axis Reports: %u", ignorecontrol_reports, zaxis_reports);
handler->PSendSysMessage("Ignore Anti-Swim Reports: %u || Gravity Reports: %u", antiswim_reports, gravity_reports); handler->PSendSysMessage("Ignore Anti-Swim Reports: %u || Gravity Reports: %u", antiswim_reports, gravity_reports);
handler->PSendSysMessage("Ignore Anti-Knock Back Reports: %u", antiknockback_reports); handler->PSendSysMessage("Anti-Knock Back Reports: %u", antiknockback_reports);
return true; return true;
} }
else else