Skip to content

Commit a758913

Browse files
committed
mini fix
create this field on part initialization
1 parent 3250394 commit a758913

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/pac3/core/client/parts/event.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ function PART:SetArguments(str)
261261
end
262262

263263
function PART:Initialize()
264+
self.showtime = 0
264265
self.found_cached_parts = {}
265266
self.specialtrackedparts = {}
266267
self.ExtraHermites = {}

0 commit comments

Comments
 (0)