mirror of
https://github.com/JonnyBro/beatrun.git
synced 2025-04-09 04:16:33 +05:00
parent
1d1c74018f
commit
7c498f7a70
1 changed files with 2 additions and 2 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue