File diff r1961:7949b074d614 → r1962:cc4c06e3f6b5
console_cmds.c
Show inline comments
 
@@ -544,7 +544,7 @@ DEF_CONSOLE_CMD(ConResetCompany)
 

	
 
	/* Check if company does exist */
 
	index--;
 
	p = DEREF_PLAYER(index);
 
	p = GetPlayer(index);
 
	if (!p->is_active) {
 
		IConsoleError("Company does not exist.");
 
		return true;