Separate game rule enabling and game rule starting (#6168)
This commit is contained in:
@@ -85,6 +85,14 @@ namespace Content.Server.GameTicking
|
||||
return true;
|
||||
}
|
||||
|
||||
private void StartGamePresetRules()
|
||||
{
|
||||
foreach (var rule in _addedGameRules)
|
||||
{
|
||||
StartGameRule(rule);
|
||||
}
|
||||
}
|
||||
|
||||
public bool OnGhostAttempt(Mind.Mind mind, bool canReturnGlobal)
|
||||
{
|
||||
var handleEv = new GhostAttemptHandleEvent(mind, canReturnGlobal);
|
||||
|
||||
Reference in New Issue
Block a user