summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/game-server/state.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game-server/state.cpp b/src/game-server/state.cpp
index 471cc7c..cd2b8e5 100644
--- a/src/game-server/state.cpp
+++ b/src/game-server/state.cpp
@@ -839,5 +839,5 @@ void GameState::setVariable(const std::string &key, const std::string &value)
void GameState::setVariableFromDbserver(const std::string &key,
const std::string &value)
{
- mScriptVariables[key] = value ;
+ mScriptVariables[key] = value;
}