Make latejoining not hardcoded to presets (#2028)
* Make latejoining not hardcoded to presets * Applied feedback * Build error fix * Applied more feedback Co-authored-by: David Tan <>
This commit is contained in:
@@ -58,6 +58,10 @@ namespace Content.IntegrationTests
|
||||
{
|
||||
}
|
||||
|
||||
public void ToggleDisallowLateJoin(bool disallowLateJoin)
|
||||
{
|
||||
}
|
||||
|
||||
public EntityCoordinates GetLateJoinSpawnPoint() => EntityCoordinates.Invalid;
|
||||
public EntityCoordinates GetJobSpawnPoint(string jobId) => EntityCoordinates.Invalid;
|
||||
public EntityCoordinates GetObserverSpawnPoint() => EntityCoordinates.Invalid;
|
||||
|
||||
Reference in New Issue
Block a user