Set Spawn XYX after randomizing location.
This commit is contained in:
@ -404,6 +404,7 @@ public class Spawn extends Location implements IIdentifiable, INamable
|
||||
{
|
||||
newlocx = randX;
|
||||
newlocy = randY;
|
||||
setXYZ(newlocx, newlocy, newlocz);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user