alliedmodders / sourcemod

SourceMod - Source Engine Scripting and Administration
http://www.sourcemod.net/
972 stars 420 forks source link

Stock adminhelp.smx has issues. #1808

Open RicochetYT opened 2 years ago

RicochetYT commented 2 years ago

Help us help you

Environment

Description

sm_help displays an invalid number of pages/entries on dedicated server There are no errors in the server console. image

Problematic Code (or Steps to Reproduce)

  1. Install latest version of Sourcemod and Metamod, change nothing.
  2. Type sm_help 9999 in console
  3. Receive page 9999 despite there not being that many entries.

Logs

N/A

RicochetYT commented 2 years ago

And yes, this happens after I did a complete reinstall of the TF2 dedicated server, Sourcemod, and Metamod, completely stock.

Impact123 commented 2 years ago

I can reproduce this. It has been introduced with #1388. The behavior of ReadCommandIterator() and CommandIterator.Next() is different.