Skip to content

Commit

Permalink
Update sh_boot.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
kurozael committed Jan 2, 2020
1 parent 6a80ebb commit b596236
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions upload/garrysmod/gamemodes/clockwork/framework/sh_boot.lua
Expand Up @@ -90,6 +90,16 @@ Clockwork.kernel:IncludePrefixed("libraries/server/sv_file.lua");
if (SERVER) then CloudAuthX.Authenticate(); end;
--[[
Do not edit this function. Editing this function will cause
the schema to not function, and CloudAuthX will not
auth you.
--]]
function Clockwork:GetGameDescription()
local schemaName = self.kernel:GetSchemaGamemodeName();
return "Clockwork: "..schemaName;
end;
Clockwork.kernel:IncludeDirectory("libraries/server", true);
Clockwork.kernel:IncludeDirectory("libraries/client", true);
Clockwork.kernel:IncludeDirectory("libraries/", true);
Expand Down

1 comment on commit b596236

@svensis
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CW: (Schema)
(Schema)
and now
Clockwork: (Schema)

Please sign in to comment.