diff options
-rw-r--r-- | src/newgrf.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/newgrf.cpp b/src/newgrf.cpp index 381a35bae..d7d4cbc57 100644 --- a/src/newgrf.cpp +++ b/src/newgrf.cpp @@ -2734,8 +2734,6 @@ static void FeatureNewName(byte *buf, int len) if (name_length == 1) { grfmsg(7, "FeatureNewName: Can't add empty name"); - } else if (name_length > 127) { - grfmsg(7, "FeatureNewName: Too long a name (%d)", name_length); } else { grfmsg(8, "FeatureNewName: %d <- %s", id, name); |