Added comments to some functions, renamed GetClientByName to GetClientByNameOrId
This commit is contained in:
2
Main.cs
2
Main.cs
@@ -30,7 +30,7 @@ namespace reallife_gamemode
|
||||
NAPI.Server.SetAutoRespawnAfterDeath(false);
|
||||
NAPI.Data.SetWorldData("playerCreatorDimension", 0);
|
||||
|
||||
TuningManager.AddTuningGarage(new Vector3(-341, -134, 38.5), new Vector3(-334, -143, 41));
|
||||
TuningManager.AddTuningGarage(new Vector3(-341, -134, 38.5));
|
||||
|
||||
using (var context = new DatabaseContext())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user