Example #1
0
        private void Server_WaitingForPlayers()
        {
            _spawnPointFile = PointAPI.GetPointList(SpawnPointFIleName);
            _useZombies     = LoadedZombieSpawns.Count > 0;

            if (!_useZombies)
            {
                Log.Warn("There are no zombie spawn points.");
            }
        }
Example #2
0
 private void Server_ReloadedConfigs() => _spawnPointFile = PointAPI.GetPointList(SpawnPointFIleName);