SSWW: fully implement zone based waypoints, delete disused code and comments

This commit is contained in:
loop 2025-10-20 13:40:57 +01:00
parent f38bbe3e40
commit bf31ced0bc
3 changed files with 84 additions and 95 deletions

View file

@ -39,6 +39,8 @@ function SkillSector::clientMissionDropReady(%game, %client) {
}
if ($DEVMODE) {
moveMap.unbind(keyboard, "f5");
moveMap.unbind(keyboard, "f6");
moveMap.bind(keyboard, "f5", dc);
moveMap.bind(keyboard, "f6", ssrl);
ObserverHUDWeaponList.delete();