Update script arguments to 2021-6-30

This commit is contained in:
Max Weber
2021-06-29 13:02:49 -06:00
parent 458e685208
commit 00c971ef15
4 changed files with 7 additions and 5 deletions

View File

@@ -84,9 +84,10 @@ public final class ScriptID
* <ul>
* <li> int (boolean) Clear the current text </li>
* <li> int (boolean) Restore to chat view </li>
* <li> int (boolean) Submit close to server </li>
* </ul>
*/
@ScriptArguments(integer = 2)
@ScriptArguments(integer = 3)
public static final int MESSAGE_LAYER_CLOSE = 299;
/**