mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Fixed spawn chamber positioning
@xDrokz asked me to add this commit for him since he's off to bed ;) His fix!
This commit is contained in:
parent
cc04eac4fb
commit
63898bff77
@ -61,9 +61,9 @@ class Mission
|
||||
id=0;
|
||||
};
|
||||
class Item1
|
||||
{
|
||||
{
|
||||
dataType="Marker";
|
||||
position[]={13812.688,0,6877.9214};
|
||||
position[]={2404,0,16540};
|
||||
name="respawn_east";
|
||||
type="Empty";
|
||||
id=1;
|
||||
@ -71,7 +71,7 @@ class Mission
|
||||
class Item2
|
||||
{
|
||||
dataType="Marker";
|
||||
position[]={13812.688,0,6877.9214};
|
||||
position[]={2404,0,16540};
|
||||
name="respawn_west";
|
||||
type="Empty";
|
||||
id=2;
|
||||
|
Loading…
Reference in New Issue
Block a user