diff --git a/code/modules/mob/new_player/new_player_vr.dm b/code/modules/mob/new_player/new_player_vr.dm
index 1c56e278f8e..a317e9a0d9b 100644
--- a/code/modules/mob/new_player/new_player_vr.dm
+++ b/code/modules/mob/new_player/new_player_vr.dm
@@ -12,8 +12,8 @@
pass = FALSE
//No OOC notes
- if (config.allow_Metadata && !(client?.prefs?.metadata || length(client.prefs.metadata) < 15))
- to_chat(src,"Please set informative OOC notes related to ERP preferences. Set them using the 'OOC Notes' button on the 'General' tab in character setup.")
+ if (config.allow_Metadata && (!client?.prefs?.metadata || length(client.prefs.metadata) < 15))
+ to_chat(src,"Please set informative OOC notes related to RP/ERP preferences. Set them using the 'OOC Notes' button on the 'General' tab in character setup.")
pass = FALSE
//Are they on the VERBOTEN LIST?