"roompoints" doesn't work

Issue #310 resolved
S150217754 created an issue

Hi,

Command "roompoints" does not work unlike its counterparts (e.g. roomcredits, roompixels).

However, masspoints (hotel wide) does work.

Comments (3)

  1. Wesley repo owner

    Forgot to include the SQL query in the SQL update file.

    Run this for now:

    DELETE FROM emulator_texts WHERE `key` LIKE 'commands.keys.cmd_roompoints';
    INSERT INTO `emulator_texts` (`key`, `value`) VALUES ('commands.keys.cmd_roompoints', 'roompoints;room_points');
    
  2. Log in to comment