From 5a1c8a6e4e6de42ca2df8b81c55708b23d4304f8 Mon Sep 17 00:00:00 2001 From: MallocNull Date: Mon, 14 Jul 2014 17:04:40 -0500 Subject: [PATCH] why did this not get committed i don;t eevnen neknow --- bot/bot/ConditionHolder.cs | 4 +++- bot/bot/bot.csproj | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/bot/bot/ConditionHolder.cs b/bot/bot/ConditionHolder.cs index 9d868e2..6411272 100644 --- a/bot/bot/ConditionHolder.cs +++ b/bot/bot/ConditionHolder.cs @@ -6,7 +6,9 @@ using System.Threading.Tasks; namespace bot { class ConditionHolder { - public ConditionHolder(string conditions) { + + + public ConditionHolder(string condstring) { } } diff --git a/bot/bot/bot.csproj b/bot/bot/bot.csproj index a8ee87f..49a5b88 100644 --- a/bot/bot/bot.csproj +++ b/bot/bot/bot.csproj @@ -74,6 +74,7 @@ +