Tweaked respawn points
Tweaked respawn points. Tweaked ILR. Full compile.
This commit is contained in:
@@ -7,7 +7,7 @@ void main()
|
||||
object oPC = GetLastRespawnButtonPresser();
|
||||
object oTarget;
|
||||
location lTarget;
|
||||
oTarget = GetWaypointByTag("townport");
|
||||
oTarget = GetWaypointByTag("WP_HOSPITAL");
|
||||
lTarget = GetLocation(oTarget);
|
||||
|
||||
if (!GetIsPC(oPC)) return;
|
||||
|
Reference in New Issue
Block a user