allow changing of log types
This commit is contained in:
@@ -235,5 +235,9 @@ namespace EliteBGS.BGS {
|
||||
|
||||
return log.ToString();
|
||||
}
|
||||
|
||||
public override string ToString() {
|
||||
return "Generic Log";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -229,5 +229,9 @@ namespace EliteBGS.BGS {
|
||||
|
||||
return log.ToString();
|
||||
}
|
||||
|
||||
public override string ToString() {
|
||||
return "Nova Navy Log";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user