Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
thecraftianman committed Mar 21, 2024
2 parents faf4a85 + 3b7e52f commit d0193d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/acf/core/version/version_sh.lua
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ do -- Local repository version checking
local Code = string.sub(FileData, 1, 7)
local Date = file.Time(WorkshopPath, "GAME")

Data.Code = "Workshop-" .. Code
Data.Code = "Git-master-" .. Code
Data.Date = LocalToUTC(Date)
elseif file.Exists(Path .. "/LICENSE", "GAME") then
local Date = file.Time(Path .. "/LICENSE", "GAME")
Expand Down

0 comments on commit d0193d7

Please sign in to comment.