mirror of
				https://github.com/DarkflameUniverse/NexusDashboard.git
				synced 2025-10-30 20:11:54 +00:00 
			
		
		
		
	fix large item count displaying
This commit is contained in:
		| @@ -13,7 +13,11 @@ | ||||
|   > | ||||
|   {% if inv_item.attr_c != "1" %} | ||||
|     <span class="inventory-count text-bold"> | ||||
|       {{ inv_item.attr_c }} | ||||
|       {%if inv_item.attr_c|int > 999 %} | ||||
|         +999 | ||||
|       {% else %} | ||||
|         {{ inv_item.attr_c }} | ||||
|       {% endif %} | ||||
|     </span> | ||||
|   {% endif %} | ||||
|   {% if inv_item.attr_b == "true" %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 aronwk-aaron
					aronwk-aaron