Skip to content
This repository was archived by the owner on Feb 8, 2019. It is now read-only.

Commit a8dbcc4

Browse files
committed
Fix
1 parent 38e4cfa commit a8dbcc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VectorNetworkProject/TheMix/game/corepvp/blue/BlueSpawnManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public static function getRandomPosition(): ?Position
2828
break;
2929
case 2:
3030
$spawn = BlueConfig::getSpawn2();
31-
31+
3232
return new Position($spawn['x'], $spawn['y'], $spawn['z'], Server::getInstance()->getLevelByName(DefaultConfig::getStageLevelName()));
3333
break;
3434
default: return null;

0 commit comments

Comments
 (0)