Checkpoint Löschen update
This commit is contained in:
@@ -234,7 +234,7 @@ export default function factionInteraction(globalData: IGlobalData) {
|
|||||||
factionInteractionMenu.AddItem(fireTaskMenuMedic);
|
factionInteractionMenu.AddItem(fireTaskMenuMedic);
|
||||||
*/
|
*/
|
||||||
if (activeTask != null) {
|
if (activeTask != null) {
|
||||||
if (activeTask.Type == 1 && activeCheckpoint && mp.checkpoints.exists(activeCheckpoint)) {
|
if (activeCheckpoint && mp.checkpoints.exists(activeCheckpoint)) {
|
||||||
deleteCheckpointItem = new UIMenuItem("~r~Checkpoint löschen");
|
deleteCheckpointItem = new UIMenuItem("~r~Checkpoint löschen");
|
||||||
factionInteractionMenu.AddItem(deleteCheckpointItem);
|
factionInteractionMenu.AddItem(deleteCheckpointItem);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user