mirror of
				https://github.com/DarkflameUniverse/DarkflameServer.git
				synced 2025-10-31 20:52:01 +00:00 
			
		
		
		
	Merge pull request #1621 from DarkflameUniverse/EmosewaMC-patch-10
fix: compiler issue on newer gcc versions
This commit is contained in:
		| @@ -26,7 +26,8 @@ Precondition::Precondition(const uint32_t condition) { | ||||
| 	if (result.eof()) { | ||||
| 		this->type = PreconditionType::ItemEquipped; | ||||
| 		this->count = 1; | ||||
| 		this->values = { 0 }; | ||||
| 		this->values.clear(); | ||||
| 		this->values.push_back(0); | ||||
|  | ||||
| 		LOG("Failed to find precondition of id (%i)!", condition); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Gie "Max" Vanommeslaeghe
					Gie "Max" Vanommeslaeghe