Skip to content

Commit

Permalink
Swap IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
thecraftianman committed May 18, 2024
1 parent ab54a27 commit 0d7bd8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workshop-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Upload to Workshop
uses: CFC-Servers/gmod-upload@master
with:
id: 3182725803
id: 3248769144
changelog: "${{ github.event.head_commit.message }}"
title: "[ACF-3] Armored Combat Framework"
type: "tool"
Expand Down
5 changes: 3 additions & 2 deletions lua/acf/core/globals.lua
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,9 @@ if SERVER then

hook.Add("PlayerConnect", "ACF Workshop Content", function()
if ACF.WorkshopContent then
resource.AddWorkshop("2183798463") -- Playermodel seats
resource.AddWorkshop("2782411885") -- ACF-3 Content for Players
resource.AddWorkshop("2183798463") -- Playermodel Seats
resource.AddWorkshop("3248769144") -- ACF-3 Base
resource.AddWorkshop("3248769787") -- ACF-3 Missiles
end

if ACF.WorkshopExtras then
Expand Down

0 comments on commit 0d7bd8d

Please sign in to comment.