cityhall bugfix

This commit is contained in:
hydrant
2021-04-03 17:34:05 +02:00
parent 532f2c1c96
commit a414148f5e

View File

@@ -68,7 +68,7 @@ export default function (globalData: IGlobalData) {
if (item === cancelJobItem) { // Job kündigen
mp.events.callRemote("CLIENT:JobCenter_CancelJob");
} else {
mp.events.callRemote("CLIENT:JobCenter_AcceptJob", index + 1);
mp.events.callRemote("CLIENT:JobCenter_AcceptJob", index + 2);
}
menu.Close(true);