1
0
Fork 0
mirror of https://github.com/JonnyBro/beatrun.git synced 2025-04-09 04:16:33 +05:00

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") 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 for _, v in ipairs(file.Find("gamemodes/beatrun/gamemode/sh/*.lua", "GAME", "nameasc")) do
AddCSLuaFile("sh/" .. v) AddCSLuaFile("sh/" .. v)
include("sh/" .. v) include("sh/" .. v)
end end