mirror of
				https://github.com/hypervortex/VH-Bombsquad-Modded-Server-Files
				synced 2025-10-16 12:02:51 +00:00 
			
		
		
		
	Update Main.py
This commit is contained in:
		
							parent
							
								
									1843f45fec
								
							
						
					
					
						commit
						199d41984e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -95,7 +95,7 @@ def Command(msg, clientid):
 | 
			
		|||
                    cost_of_command = set.availablecommands[command]
 | 
			
		||||
                    have_coins = nc.getcoins(accountid)
 | 
			
		||||
                    if have_coins >= cost_of_command:
 | 
			
		||||
                        Management.ExcelCommand(command, arguments, clientid, accountid)
 | 
			
		||||
                        Management.ExcelCommand(command, arguments, clientid, accountid, Arguments)
 | 
			
		||||
                        cc.addcoins(accountid, cost_of_command * -1)                    
 | 
			
		||||
                        sendall(f"Success! /{command} cost you {tic}{cost_of_command}.")
 | 
			
		||||
                    else:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue