Fix double chat message

This commit is contained in:
Vortrex
2022-05-20 17:44:02 -05:00
parent 3372bf6adb
commit cfdfc51e14

View File

@@ -128,7 +128,7 @@ function onPlayerQuit(event, client, quitReasonId) {
async function onPlayerChat(event, client, messageText) {
processPlayerChat(client, messageText);
return false;
event.preventDefault();
}
// ===========================================================================