Thread
:
Minor bug in
View Single Post
Re: Minor bug in
(#
3
)
Josh_Borke
Member
Status:
Offline
Posts: 152
Join Date: Jun 2004
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...
Josh_Borke
View Public Profile
Send a private message to Josh_Borke
Find More Posts by Josh_Borke