Skip to content

Commit

Permalink
object --> character
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuh4 committed Jun 6, 2024
1 parent 6be4daf commit 03a56e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Noir/Classes/Object.lua
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ function Noir.Classes.ObjectClass:Teleport(position)
end

--[[
Revive this object (if character).
Revive this character (if character).
]]
function Noir.Classes.ObjectClass:Revive()
server.reviveCharacter(self.ID)
Expand Down

0 comments on commit 03a56e9

Please sign in to comment.