Skip to content

Commit

Permalink
Add namespace updated rd_map_specifics.nut
Browse files Browse the repository at this point in the history
New fix that ensures no regressions for c8m4's elevator in RocketDude.

Changed `c8m4_elevatorfix` to `community/c8m4_elevatorfix`.

See: https://github.com/ReneTM/rocketdude
  • Loading branch information
Tsuey committed Oct 2, 2021
1 parent 85d72bd commit 88780a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/scripts/vscripts/rocketdude/rd_map_specifics.nut
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@


::rd_specifics_c8m4 <- function(){
EntFire( "worldspawn", "RunScriptFile", "c8m4_elevatorfix" )
EntFire( "worldspawn", "RunScriptFile", "community/c8m4_elevatorfix" )
}


Expand Down

0 comments on commit 88780a8

Please sign in to comment.