From 84a996cd50fc95f6048d4ac1d455c120674940a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Wed, 16 Apr 2014 14:49:18 +0200 Subject: [PATCH] Trololololo --- src/Parser.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Parser.cs b/src/Parser.cs index 6271c69..b470f3f 100644 --- a/src/Parser.cs +++ b/src/Parser.cs @@ -19,8 +19,8 @@ namespace WorldOfPeacecraft public const string ValueRunning = "running"; public const string ValueDelay = "delay"; public const string ValueId = "id"; - public const string ValuePoints = "points; - public const string ValueTotal = "total; + public const string ValuePoints = "points"; + public const string ValueTotal = "total"; public const string ValueDescription = "desc"; public const string ValueBusy = "busy"; public const string ValueX = "x"; @@ -31,8 +31,8 @@ namespace WorldOfPeacecraft public const string EValueStagunt = "STAGHUNT"; public const string EValueSkirmish = "SKIRMISH"; public const string EValueWalkable = "WALKABLE"; - public const string EValueWall = "WALL; - public const string EValueForest = "FOREST; + public const string EValueWall = "WALL"; + public const string EValueForest = "FOREST"; public const string EValueWater = "WATER"; public const string EValueHuntable = "HUNTABLE"; public const string MessUpdate = "upd";