Example #1
0
        internal void ServerDeactivate()
        {
            try
            {
                ServerInterface.Deactivate();

                //The next call will be to create entities after map change/saved game load
                FirstKeyValueCall = true;
            }
            catch (Exception e)
            {
                Log.Exception(e);
                throw;
            }
        }