From 9cb28a5475ca971e404e10e79e5c7d03da9ad91e Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Sat, 25 Jul 2026 13:14:13 -0700 Subject: Rename stallman-shooter to RMS shooter --- static/games/rms/player.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/games/rms/player.js') diff --git a/static/games/rms/player.js b/static/games/rms/player.js index 83144e0..c0ff84f 100644 --- a/static/games/rms/player.js +++ b/static/games/rms/player.js @@ -1,4 +1,4 @@ -import * as constants from '/static/games/stallman-shooter/constants.js'; +import * as constants from '/static/games/rms/constants.js'; export class Player { constructor() { -- cgit v1.3.1