Advertisement
Guest User

Untitled

a guest
Jan 15th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.42 KB | None | 0 0
  1. Index: helpers/Commands.js
  2. ===================================================================
  3. --- helpers/Commands.js (revision 18915)
  4. +++ helpers/Commands.js (working copy)
  5. @@ -275,6 +275,9 @@
  6.             return;
  7.         }
  8.  
  9. +       if (isNaN(+cmd.count) || Math.round(+cmd.count) != +cmd.count)
  10. +           error("Player "+ player + " is using the batch train exploit!");
  11. +
  12.         for (let ent of data.entities)
  13.         {
  14.             if (unitCategory)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement