Minor changes

ARTY corrected MISSILE category.
This commit is contained in:
funkyfranky
2018-05-24 19:36:53 +02:00
parent 9585959431
commit 369ea08fd1
3 changed files with 45 additions and 10 deletions

View File

@@ -314,7 +314,7 @@ function RANGE:New(rangename)
self.rangename=rangename or "Practice Range"
-- Debug info.
local text=string.format("RANGE script version %s. Creating new RANGE object. Range name: %s.", RANGE.version, self.rangename)
local text=string.format("RANGE script version %s - creating new RANGE object of name: %s.", RANGE.version, self.rangename)
self:E(RANGE.id..text)
MESSAGE:New(text, 10):ToAllIf(self.Debug)