Browse Source

Fixed a minor typo.

master
atom0s 7 years ago
parent
commit
5968ae549a
  1. 2
      singlerace.lua

2
singlerace.lua

@ -102,7 +102,7 @@ ashita.register_event('command', function(command, ntype) @@ -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

Loading…
Cancel
Save