yikes
This commit is contained in:
		
							parent
							
								
									23a02ceee7
								
							
						
					
					
						commit
						6e4e45234b
					
				@ -781,7 +781,7 @@ public int MenuHandler1(Menu menu, MenuAction action, int param1, int param2)
 | 
				
			|||||||
public Action Cmd_timeReset(int client, int args)
 | 
					public Action Cmd_timeReset(int client, int args)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	if (!IsValidClient(client))
 | 
						if (!IsValidClient(client))
 | 
				
			||||||
	return Plugin_Handled;
 | 
							return Plugin_Handled;
 | 
				
			||||||
	if (args != 2)
 | 
						if (args != 2)
 | 
				
			||||||
	{
 | 
						{
 | 
				
			||||||
		ReplyToCommand(client, "[SM] Usage cleantime <target> <course>");
 | 
							ReplyToCommand(client, "[SM] Usage cleantime <target> <course>");
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user