Skip to content

Commit 5a29d2f

Browse files
committed
Fix IncludeLuaShared not resetting filters
Updated license copyright years
1 parent a1ae67e commit 5a29d2f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

license.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ garrysmod_common
22
A repository of common bits for compilation projects based on Garry's
33
Mod.
44
-----------------------------------------------------------------------
5-
Copyright (c) 2015-2022, Daniel Almeida
5+
Copyright (c) 2015-2023, Daniel Almeida
66
All rights reserved.
77

88
Redistribution and use in source and binary forms, with or without

lua_shared/premake5.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ function IncludeLuaShared()
1212

1313
if refcount == 1 then
1414
dofile(current_dir .. "/premake5_create_project.lua")
15-
project(_project.name)
1615
end
16+
17+
project(_project.name)
1718
end

0 commit comments

Comments
 (0)