Revert "Update shared.lua"

This reverts commit bc2cbf2a4e.
This commit is contained in:
relaxtakenotes 2023-11-08 14:08:09 +05:00
parent 1d1c74018f
commit 7c498f7a70

View file

@ -1,4 +1,4 @@
VERSIONGLOBAL = "04.09.2023"
VERSIONGLOBAL = "v1.0?"
DeriveGamemode("sandbox")
@ -12,4 +12,4 @@ include("player_class/player_beatrun.lua")
for _, v in ipairs(file.Find("gamemodes/beatrun/gamemode/sh/*.lua", "GAME", "nameasc")) do
AddCSLuaFile("sh/" .. v)
include("sh/" .. v)
end
end