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

Update shared.lua

This commit is contained in:
Салават Таиров 2023-09-04 13:27:07 +05:00 committed by GitHub
parent 57b6e92c5c
commit bc2cbf2a4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
VERSIONGLOBAL = "v1.0?"
VERSIONGLOBAL = "04.09.2023"
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