aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael VanOverbeek <[email protected]>2017-04-09 14:03:00 +0000
committerMichael VanOverbeek <[email protected]>2017-04-09 14:03:00 +0000
commitc17eadf177e550b73acc714a03039aacd073dd8d (patch)
treed8dd0fee1a16853f404a63fa34c544de1c46d83d
parentd7ac3bb7e68906de70ceff3428084a05312fb56d (diff)
downloadshiftos_thereturn-c17eadf177e550b73acc714a03039aacd073dd8d.tar.gz
shiftos_thereturn-c17eadf177e550b73acc714a03039aacd073dd8d.tar.bz2
shiftos_thereturn-c17eadf177e550b73acc714a03039aacd073dd8d.zip
Simple syntax error.
-rw-r--r--ShiftOS.Objects/Reputation.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.Objects/Reputation.cs b/ShiftOS.Objects/Reputation.cs
index 2bdd86d..32bb911 100644
--- a/ShiftOS.Objects/Reputation.cs
+++ b/ShiftOS.Objects/Reputation.cs
@@ -11,7 +11,7 @@ namespace ShiftOS.Objects
Saint = 5,
Moral = 4,
Trustworthy = 3,
- WellKnown = 2
+ WellKnown = 2,
Respected = 1,
Neutral = 0,
Disrespected = -1,