Small logging, and manual changes

This commit is contained in:
YourFriendlyNeighborhoodDealer 2018-12-17 12:42:08 +01:00
parent 7cb0a3b378
commit 3028a6f013
2 changed files with 19 additions and 13 deletions

View file

@ -293,6 +293,7 @@ function ProcessIncomingRequest(data) {
logger.Log("[PCES]:\t" + msg, color);
} catch (e) {
console.log(e);
logger.Log("[PCES]: Couldnt parse JSON data, trying old format...");
var d = SetupData(data);
var qcount = -1;