Skip to content

Commit

Permalink
rusrs
Browse files Browse the repository at this point in the history
whitespace
  • Loading branch information
Vurv78 authored Dec 29, 2019
1 parent f6df5d5 commit 58b868b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/entities/gmod_wire_expression2/core/player.lua
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ e2function number lastSpawnTime(entity ply) -- returns the last time player prov
end

e2function entity lastSpawnedPlayer()
local Ply = RespawnList.last.ply
local Ply = RespawnList.last.ply
if not IsValid(Ply) then return NULL end
return Ply
end
Expand Down

0 comments on commit 58b868b

Please sign in to comment.