bro i can't even keep track anymore
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
|
||||
public override Profile SearchByName(string name)
|
||||
{
|
||||
Profile result = null;
|
||||
Profile? result = null;
|
||||
|
||||
for (int i = 0; i < this.Length; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user