Wrong spelling in function name

This commit is contained in:
Vortrex
2022-03-21 10:33:59 -05:00
parent 8e96b01ceb
commit 8a32b16979

View File

@@ -782,7 +782,7 @@ function doesServerHaveJobPickupsEnabled() {
// =========================================================================== // ===========================================================================
function doesServerHaveBusinesBlipsEnabled() { function doesServerHaveBusinessBlipsEnabled() {
return getServerConfig().createBusinessBlips; return getServerConfig().createBusinessBlips;
} }