Woops forgot arg

This commit is contained in:
Vortrex
2021-04-13 01:27:11 -05:00
parent b0502c69f2
commit 231f29508f

View File

@@ -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;
}