Skip to content

Commit

Permalink
Update mapspawn.nut
Browse files Browse the repository at this point in the history
  • Loading branch information
Brain-dawg committed Nov 25, 2024
1 parent abc5ce0 commit 7897501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/vscripts/mapspawn.nut
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ EntFireByHandle(::__potato.hWorldspawn, "RunScriptCode",
// They should probably become more integrated with this script eventually.
try IncludeScript("stringtofile.nut") catch (_) {}
try IncludeScript("contracts.nut") catch (_) {}
try IncludeScript("vpi/vpi.nut") catch (_) {}
// try IncludeScript("vpi/vpi.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 7897501

Please sign in to comment.