More sc.prefix => sc.mediaPool replacement

master
HimbeerserverDE 2022-05-01 17:02:50 +02:00
parent 8ba3bec386
commit 95ead43297
No known key found for this signature in database
GPG Key ID: A3D3E205DA0B0401
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ func (sc *ServerConn) prependFormspec(fs *string) {
for i, sub := range subs {
if textureName.MatchString(sub) && !strings.Contains(sub, " ") {
prepend(sc.prefix, &subs[i])
prepend(sc.mediaPool, &subs[i])
}
}