set sv_sayname on connection restore

This commit is contained in:
RaidMax
2021-09-18 18:28:37 -05:00
parent e80753a4d3
commit d5f978858d
2 changed files with 6 additions and 1 deletions

View File

@ -347,6 +347,6 @@ namespace SharedLibraryCore
// only here for performance
private readonly bool CustomSayEnabled;
private readonly string CustomSayName;
protected readonly string CustomSayName;
}
}