Fixed zr_class_set_multiplier not aborting when there's a invalid attribute specified.
This commit is contained in:
		| @@ -563,6 +563,7 @@ public Action:ClassSetMultiplierCommand(client, argc) | ||||
|     if (attribute == ClassM_Invalid) | ||||
|     { | ||||
|         ReplyToCommand(client, "Attribute is invalid or not a multiplier: %s", attributename); | ||||
|         return Plugin_Handled; | ||||
|     } | ||||
|      | ||||
|     // Get value. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user