mirror of
				https://bitbucket.org/Ioncannon/project-meteor-server.git
				synced 2025-05-20 08:26:59 -04:00 
			
		
		
		
	Refactored how zones work. Cleaned out a lot of duplciations and smoothed out how Zones/PrivateAreas work.
This commit is contained in:
		| @@ -37,7 +37,7 @@ namespace Meteor.Map.actors.area | ||||
|             return null; | ||||
|         } | ||||
|  | ||||
|         public PrivateAreaContent(Zone parent, string classPath, string privateAreaName, uint privateAreaType, Director director, Player contentStarter) //TODO: Make it a list | ||||
|         public PrivateAreaContent(Zone parent, string classPath, string privateAreaName, int privateAreaType, Director director, Player contentStarter) //TODO: Make it a list | ||||
|             : base(parent, classPath, privateAreaName, privateAreaType, 0, 0, 0) | ||||
|         { | ||||
|             currentDirector = director; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user