Skip to content

Commit 528fdc4

Browse files
authored
fix proximitypriority
fix proximitypriority
1 parent e3cd471 commit 528fdc4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lua/tweakunits.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ return {
197197
sprayangle = 256,
198198
turret = true,
199199
stockpiletime = 12,
200-
proximitypriority = '',
200+
proximitypriority = nil,
201201
damage = {
202202
default = 1,
203203
shields = 100
@@ -383,7 +383,7 @@ return {
383383
rgbcolor = '1 0.25 0.1',
384384
range = 700,
385385
size = 2,
386-
proximitypriority = {},
386+
proximitypriority = nil,
387387
impactonly = 1,
388388
trajectoryheight = 1,
389389
targetmoveerror = 0.2,

0 commit comments

Comments
 (0)