diff --git a/scripts/client/job.js b/scripts/client/job.js index 7301a49c..93fca0e9 100644 --- a/scripts/client/job.js +++ b/scripts/client/job.js @@ -22,7 +22,7 @@ function initJobScript() { // =========================================================================== -function setLocalPlayerJobType() { +function setLocalPlayerJobType(tempJobType) { logToConsole(LOG_DEBUG, `[Asshat.Main] Set local player job type to ${tempJobType}`); localPlayerJobType = tempJobType; }