diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-31 18:28:17 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-31 18:28:17 -0300 |
commit | 168f3c23b76805232650a0e0c1181ad23f7c0099 (patch) | |
tree | eb02aae396c0ae1400a831f72423e30f02cd548c | |
parent | b78616340e2421bc9c53f6ceabdc26acd369c94f (diff) | |
download | serverdata-168f3c23b76805232650a0e0c1181ad23f7c0099.tar.gz serverdata-168f3c23b76805232650a0e0c1181ad23f7c0099.tar.bz2 serverdata-168f3c23b76805232650a0e0c1181ad23f7c0099.tar.xz serverdata-168f3c23b76805232650a0e0c1181ad23f7c0099.zip |
typo
-rw-r--r-- | npc/012-7/politics.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/012-7/politics.txt b/npc/012-7/politics.txt index 3c97546dd..2cbdf9844 100644 --- a/npc/012-7/politics.txt +++ b/npc/012-7/politics.txt @@ -41,7 +41,7 @@ do default: close; } -} while (True); +} while (true); end; OnInit: |