mirror of
				https://bitbucket.org/Ioncannon/project-meteor-server.git
				synced 2025-05-20 08:26:59 -04:00 
			
		
		
		
	Fixed work values not updating. GL UI now shows up though it isn't configured.
This commit is contained in:
		| @@ -113,7 +113,7 @@ namespace  FFXIVClassic_Map_Server.packets.send.actor | ||||
|             string[] split = name.Split('.'); | ||||
|             int arrayIndex = 0; | ||||
|  | ||||
|             if (!(split[0].Equals("work") || split[0].Equals("charaWork") || split[0].Equals("playerWork") || split[0].Equals("npcWork"))) | ||||
|             if (!(split[0].Equals("work") || split[0].Equals("charaWork") || split[0].Equals("playerWork") || split[0].Equals("npcWork") || split[0].Equals("guildleveWork"))) | ||||
|                 return false; | ||||
|  | ||||
|             Object curObj = actor; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user