Overwrite
Complete Overwrite of the Folder with the free shard. ServUO 57.3 has been added.
This commit is contained in:
16
Scripts/SubSystem/ACC/Public Gates/PGGlobalSettings.cs
Normal file
16
Scripts/SubSystem/ACC/Public Gates/PGGlobalSettings.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Server.ACC.PG
|
||||
{
|
||||
public partial class PGSystem
|
||||
{
|
||||
/* PGAccessLevel:
|
||||
* Set this to whatever minimum AccessLevel you want to be able to
|
||||
* modify this system via the Public Gate gumps.
|
||||
* NOTE: This has no effect on the ACC Main Gump settings.
|
||||
*/
|
||||
public static AccessLevel PGAccessLevel = AccessLevel.GameMaster;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user