Skip to content

Commit 5208301

Browse files
committed
Added "User" to the list of default names (no standard name, but still we do not want a "user" on our server)
1 parent f78c2c8 commit 5208301

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/mission/lua/callbacks.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ local default_names = {
2727
'Jugador',
2828
'玩家',
2929
'Hráč',
30-
'플레이어'
30+
'플레이어',
31+
'User'
3132
}
3233

3334
local function locate(table, value)

0 commit comments

Comments
 (0)