From 5968ae549a4266f0f8b7d46edef0b8cb180bca2f Mon Sep 17 00:00:00 2001 From: atom0s Date: Tue, 29 Nov 2016 18:48:54 -0800 Subject: [PATCH] Fixed a minor typo. --- singlerace.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/singlerace.lua b/singlerace.lua index aa009a9..220971f 100644 --- a/singlerace.lua +++ b/singlerace.lua @@ -102,7 +102,7 @@ ashita.register_event('command', function(command, ntype) end singlerace.npcon = enabled; - print(string.format('\31\200[\31\05singlerace\31\200] \31\130Set NPC enabled to to: \30\02%s', tostring(singlerace.pcon))); + print(string.format('\31\200[\31\05singlerace\31\200] \31\130Set NPC enabled to to: \30\02%s', tostring(singlerace.npcon))); return true; end