Merge pull request #91 from alliedmodders/bug-6183
Show errors for methods that are unused. (bug 6183)
This commit is contained in:
+1
-1
@@ -87,7 +87,7 @@ public Action Command_Play(int client, int args)
|
||||
}
|
||||
|
||||
char target_name[MAX_TARGET_LENGTH];
|
||||
char target_list[MAXPLAYERS], target_count;
|
||||
int target_list[MAXPLAYERS], target_count;
|
||||
bool tn_is_ml;
|
||||
|
||||
if ((target_count = ProcessTargetString(
|
||||
|
||||
Reference in New Issue
Block a user