cityhall bugfix
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user