@@ -130,7 +130,7 @@ export const multiCharSubstitutions:[RegExp, string][] = [
130130//#endregion 
131131//#region misc 
132132/** 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" ] ; 
134134export  const  heuristics  =  { 
135135	/** Will trip if more than this many blocks are broken within 25 seconds of joining. */ 
136136	blocksBrokenAfterJoin : 40 , 
@@ -298,7 +298,7 @@ export const tips = {
298298		`Tilelog stores when a building is placed, broken, rotated, configured, and picked up/dropped by a payload unit. Access it with [white]/tilelog[]` , 
299299		`Tilelog doesn't just log tile actions, it also logs unit deaths! Access it with [white]/tilelog[]` , 
300300		`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.` , 
302302		`Need to get rid of an active griefer? Use [#6FFC7C]/s[] to send a message to all staff members across all servers.` , 
303303		`Use [white]/help to get more information about a specific command.` , 
304304		`If you want to send a message to just one player, you can use the [white]/msg[] command.` , 
0 commit comments