diff options
Diffstat (limited to 'static/games/rms/main.js')
| -rw-r--r-- | static/games/rms/main.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/games/rms/main.js b/static/games/rms/main.js index d3a3581..70c797d 100644 --- a/static/games/rms/main.js +++ b/static/games/rms/main.js @@ -1,5 +1,5 @@ -import * as state from '/static/games/stallman-shooter/state.js'; -import * as constants from '/static/games/stallman-shooter/constants.js'; +import * as state from '/static/games/rms/state.js'; +import * as constants from '/static/games/rms/constants.js'; let events = []; |
