mirror of
				https://github.com/DarkflameUniverse/DarkflameServer.git
				synced 2025-10-30 20:22:04 +00:00 
			
		
		
		
	Merge remote-tracking branch 'refs/remotes/origin/chat-http-api' into chat-http-api
This commit is contained in:
		| @@ -66,7 +66,7 @@ void ChatWebApi::Listen(const uint32_t port) { | ||||
| 			toInsert["loot_flag"] = teamData->lootFlag; | ||||
| 			toInsert["local"] = teamData->local; | ||||
|  | ||||
| 			auto leader = Game::playerContainer.GetPlayerData(teamData->leaderID); | ||||
| 			auto& leader = Game::playerContainer.GetPlayerData(teamData->leaderID); | ||||
| 			toInsert["leader"] = leader.to_json(); | ||||
|  | ||||
| 			json members; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Aaron Kimbre
					Aaron Kimbre