Skip to content

Commit edc93a3

Browse files
committed
[update] 删除历史遗留的无效字段
1 parent 5d6a9af commit edc93a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Soldier76.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ end
608608

609609
-- SetRandomseed
610610
function pubg.SetRandomseed ()
611-
math.randomseed((pubg.isEffective and {GetRunningTime()} or {0})[1])
611+
math.randomseed(GetRunningTime())
612612
end
613613

614614
--[[ Before automatic press gun ]]

0 commit comments

Comments
 (0)