Thread: Minor bug in
View Single Post
Re: Minor bug in
Old
  (#3)
Josh_Borke
Member
 
Status: Offline
Posts: 152
Join Date: Jun 2004
Default Re: Minor bug in - 01-07-2004

dll.cpp - line 2164

Code:
 if (FStrEq (arg1, "print"))
should be
Code:
 else  if (FStrEq (arg1, "print"))
dontshoot won't say it's not a valid command anymore...
  
Reply With Quote