mirror of
				https://github.com/PlaceholderAPI/PlaceholderAPI
				synced 2025-10-30 18:03:43 +01:00 
			
		
		
		
	updated char replacer to have spaces in placeholder parameters
This commit is contained in:
		| @@ -118,7 +118,7 @@ public final class CharsReplacer implements Replacer | ||||
| 			{ | ||||
| 				final char p = chars[i]; | ||||
|  | ||||
| 				if (p == ' ') | ||||
| 				if (p == ' ' && !identified) | ||||
| 				{ | ||||
| 					break; | ||||
| 				} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user