@@ -130,7 +130,7 @@ export const multiCharSubstitutions:[RegExp, string][] = [
130
130
//#endregion
131
131
//#region misc
132
132
/** Used for anti-impersonation. Make sure to replace numbers with letters, for example, balam314 -> balamei4. */
133
- export const adminNames = [ "fish" , "balamei4" , "clashgone" , "darthscion" , "firefridge" , "aricia" , "rawsewage" , "skeledragon" , "edh8e" , "everydayhuman8e" , "benjamonsrl" ] ;
133
+ export const adminNames = [ "fish" , "balamei4" , "clashgone" , "darthscion" , "firefridge" , "aricia" , "rawsewage" , "skeledragon" , "edh8e" , "everydayhuman8e" , "benjamonsrl" , "cudspent" ] ;
134
134
export const heuristics = {
135
135
/** Will trip if more than this many blocks are broken within 25 seconds of joining. */
136
136
blocksBrokenAfterJoin : 40 ,
@@ -298,7 +298,7 @@ export const tips = {
298
298
`Tilelog stores when a building is placed, broken, rotated, configured, and picked up/dropped by a payload unit. Access it with [white]/tilelog[]` ,
299
299
`Tilelog doesn't just log tile actions, it also logs unit deaths! Access it with [white]/tilelog[]` ,
300
300
`You can mark yourself as AFK(away from keyboard) with [white]/afk[].` ,
301
- `Run /survival, /attack, or /pvp to quickly change to another server.` ,
301
+ `Run /survival, /attack, /pvp, /sandbox or /hexed to quickly change to another server.` ,
302
302
`Need to get rid of an active griefer? Use [#6FFC7C]/s[] to send a message to all staff members across all servers.` ,
303
303
`Use [white]/help to get more information about a specific command.` ,
304
304
`If you want to send a message to just one player, you can use the [white]/msg[] command.` ,
0 commit comments