mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-11 21:45:43 -04:00
Nightsister Stronghold NPCs added
Patrols done NS Quest NPCs added Mobile template alternate naming option considered Tool functions for easier static spawn creation written Client POI nobuild error fixed Client POI custom radius datatable added
This commit is contained in:
@@ -805,7 +805,7 @@ public class NGECore {
|
||||
|
||||
public Vector<String> getExcludedDevelopers(){
|
||||
Vector<String> excludedDevelopers = new Vector<String>();
|
||||
excludedDevelopers.add("Charon");
|
||||
//excludedDevelopers.add("Charon");
|
||||
// Feel free to add your OS user account name here to exclude yourself from loading buildouts and snapshots
|
||||
// without having to change options.cfg all the time
|
||||
return excludedDevelopers;
|
||||
|
||||
Reference in New Issue
Block a user