From 231f29508f2cd5e2b45172cb0e28573c9634ad47 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Tue, 13 Apr 2021 01:27:11 -0500 Subject: [PATCH] Woops forgot arg --- scripts/client/job.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }