mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Merge pull request #913 from morgoth0/patch-4
Fixed spawn chamber positioning
This commit is contained in:
commit
7bed205d02
@ -63,7 +63,7 @@ class Mission
|
|||||||
class Item1
|
class Item1
|
||||||
{
|
{
|
||||||
dataType="Marker";
|
dataType="Marker";
|
||||||
position[]={13812.688,0,6877.9214};
|
position[]={2404,0,16540};
|
||||||
name="respawn_east";
|
name="respawn_east";
|
||||||
type="Empty";
|
type="Empty";
|
||||||
id=1;
|
id=1;
|
||||||
@ -71,7 +71,7 @@ class Mission
|
|||||||
class Item2
|
class Item2
|
||||||
{
|
{
|
||||||
dataType="Marker";
|
dataType="Marker";
|
||||||
position[]={13812.688,0,6877.9214};
|
position[]={2404,0,16540};
|
||||||
name="respawn_west";
|
name="respawn_west";
|
||||||
type="Empty";
|
type="Empty";
|
||||||
id=2;
|
id=2;
|
||||||
|
Loading…
Reference in New Issue
Block a user