Skip to content

Commit

Permalink
Revert "idk, this is the only difference between archive and this"
Browse files Browse the repository at this point in the history
This reverts commit bb9cc24.
  • Loading branch information
Brain-dawg committed Nov 20, 2024
1 parent bb9cc24 commit 975d7d8
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,9 @@ EntFireByHandle(::__potato.hWorldspawn, "RunScriptCode",

// These scripts are in the game-servers repo, not ArchiveAssets.
// They should probably become more integrated with this script eventually.
IncludeScript("stringtofile.nut")
IncludeScript("contracts.nut")
try IncludeScript("stringtofile.nut") catch (_) {}
try IncludeScript("contracts.nut") catch (_) {}

// The modules here can be found in the "vscripts/potato" folder.
// They are not dependent on each other.

Expand Down

0 comments on commit 975d7d8

Please sign in to comment.