removed one of the two set_user_money stocks

This commit is contained in:
Felix Geyer 2004-03-09 20:35:50 +00:00
parent 21dbe183e3
commit 145455ecfb

View File

@ -36,9 +36,6 @@ stock get_user_money(index)
stock set_user_money(index,money,flash=1) stock set_user_money(index,money,flash=1)
return cs_set_user_money(index,money,flash) return cs_set_user_money(index,money,flash)
stock set_user_money(index,money,flash=1)
return cs_set_user_money(index,money,flash)
stock numtostr(num,string[],len) stock numtostr(num,string[],len)
return num_to_str(num,string,len) return num_to_str(num,string,len)