File diff r4277:fd4235a66bc9 → r4278:60a9f710b44f
console_cmds.c
Show inline comments
 
@@ -1342,7 +1342,8 @@ DEF_CONSOLE_CMD(ConPatch)
 
	if (argc == 2) {
 
		IConsoleGetPatchSetting(argv[1]);
 
	} else {
 
		IConsoleSetPatchSetting(argv[1], argv[2]);
 
		int32 val;
 
		if (GetArgumentInteger(&val, argv[2])) IConsoleSetPatchSetting(argv[1], val);
 
	}
 

	
 
	return true;