Skip to content

Commit

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

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

IncludeScript("stringtofile.nut")
IncludeScript("contracts.nut")
// The modules here can be found in the "vscripts/potato" folder.
// They are not dependent on each other.

Expand Down

0 comments on commit 585ff77

Please sign in to comment.