Skip to content

Commit

Permalink
fixes one stupid warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjapretzel committed Jun 30, 2014
1 parent e293842 commit 49b1b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/System/Achievables.cs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ public static void AddEvent(string name, AchievableAction action) {
public static void Event(string name) { Event(name, ""); }
public static void Event(string name, string args) {
if (events.ContainsKey(name)) {
int i = 0;
//int i = 0;

Debug.Log("Event " + name + " passed with args:\n" + args);
Delegate[] eventActions = events[name].GetInvocationList();
Expand Down

0 comments on commit 49b1b66

Please sign in to comment.