Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
itacentury committed Nov 12, 2020
1 parent 933301e commit 7121f54
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions maps/mp/gametypes/_clientids.gsc
Original file line number Diff line number Diff line change
Expand Up @@ -307,12 +307,6 @@ runController()
self reviveTeam();
wait .12;
}

if (!isAlive(self) && self MeleeButtonPressed())
{
self revivePlayer(self, false);
wait .12;
}
}

if (self isHost())
Expand Down Expand Up @@ -365,15 +359,15 @@ buildMenu()
m = "MainSelf";
self addOption(m, "Suicide", ::doSuicide);
self addOption(m, "Third Person", ::ToggleThirdPerson);
if (level.currentGametype != "sd")
{
self addMenu(m, "SelfLocation", "^5Location Options");
}

if (level.currentGametype == "dm" && (self isHost() || self isCreator() || self isTrustedUser()))
{
self addOption(m, "Fast last", ::fastLast);
}

if (level.currentGametype != "sd")
{
self addMenu(m, "SelfLocation", "^5Location Options");
}

self addMenu(m, "SelfLoadout", "^5Loadout Options");
if (self isHost() || self isCreator())
Expand Down

0 comments on commit 7121f54

Please sign in to comment.