Skip to content

Commit

Permalink
adjust ent
Browse files Browse the repository at this point in the history
  • Loading branch information
Katsute committed May 11, 2024
1 parent 0dfa49e commit 95fad48
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
20 changes: 13 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,21 @@ jobs:
- name: Compile Plugin
run: spcomp -i addons/sourcemod/include TF100.sp

- name: Prepare Files
run: |-
mkdir addons/sourcemod/scripting
mv TF100.smx addons/sourcemod/scripting
# mkdir addons/sourcemod/gamedata
# mv tf2.100.txt addons/sourcemod/gamedata
# - name: Prepare Files
# run: |-
# mkdir addons/sourcemod/scripting
# mv TF100.smx addons/sourcemod/scripting
# mkdir addons/sourcemod/gamedata
# mv tf2.100.txt addons/sourcemod/gamedata

# - name: Deploy to GitHub Releases
# uses: AButler/upload-release-assets@v2.0.2
# with:
# files: "addons/*;item_whitelist.txt"
# repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Deploy to GitHub Releases
uses: AButler/upload-release-assets@v2.0.2
with:
files: "addons/*;item_whitelist.txt"
files: "TF100.smx"
repo-token: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions TF100.sp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ static const char entities[27][] = {
"env_spritetrail",
"halloween_souls_pack",
"info_particle_system",
"instanced_scripted_scene",
"keyframe_rope",
"light_spot",
"move_rope",
Expand All @@ -38,7 +37,8 @@ static const char entities[27][] = {
"prop_ragdoll",
"tf_ammo_pack",
"tf_dropped_weapon",
"tf_ragdoll"
"tf_ragdoll",
"tf_wearable"
};

public Plugin myinfo = {
Expand Down

0 comments on commit 95fad48

Please sign in to comment.