mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-09-12 03:05:36 -05:00
Data: Remove unneeded constructor hack check (#3019)
This commit is contained in:
@@ -304,7 +304,6 @@ exports.commands = {
|
||||
dex: 'data',
|
||||
pokedex: 'data',
|
||||
data: function (target, room, user, connection, cmd) {
|
||||
if (toId(target) === 'constructor') return this.errorReply("Invalid data lookup command.");
|
||||
if (!this.runBroadcast()) return;
|
||||
|
||||
let buffer = '';
|
||||
|
||||
Reference in New Issue
Block a user