Skip to content

Commit

Permalink
Fixed self rez
Browse files Browse the repository at this point in the history
  • Loading branch information
DerpleMQ2 committed Feb 25, 2024
1 parent 7dc951c commit 7e56697
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extras/version.lua
Original file line number Diff line number Diff line change
@@ -1 +1 @@
return { commitId = 'cbe6b6c 2024-02-24' }
return { commitId = '7dc951c 2024-02-24' }
2 changes: 1 addition & 1 deletion modules/class.lua
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ function Module:GetClassConfig()
end

function Module:SelfCheckAndRez()
local rezSearch = string.format("pccorpse %d radius 100 zradius 50", mq.TLO.Me.ID())
local rezSearch = string.format("pccorpse %s radius 100 zradius 50", mq.TLO.Me.DisplayName())
local rezCount = mq.TLO.SpawnCount(rezSearch)()

for i = 1, rezCount do
Expand Down

0 comments on commit 7e56697

Please sign in to comment.